We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f6ffc commit 6298a67Copy full SHA for 6298a67
.travis.yml
@@ -20,6 +20,9 @@ matrix:
20
name: WebAssembly
21
install: rustup target add wasm32-unknown-unknown
22
script: cargo test --target wasm32-unknown-unknown --no-run
23
+ - rust: nightly-2019-12-19
24
+ name: docs.rs
25
+ script: RUSTDOCFLAGS='--cfg procmacro2_semver_exempt' RUSTFLAGS='--cfg procmacro2_semver_exempt' doc --target x86_64-unknown-linux-gnu
26
27
before_script:
28
- set -o errexit
0 commit comments