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 e9d6295 commit d913a49Copy full SHA for d913a49
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
override: true
21
run: cargo install cargo-deadlinks
22
- name: doc (rand)
23
- env: RUSTDOCFLAGS: --cfg doc_cfg
+ env: RUSTDOCFLAGS: '--cfg doc_cfg'
24
# --all builds all crates, but with default features for other crates (okay in this case)
25
run: cargo deadlinks --ignore-fragments -- --all --features nightly,serde1,getrandom,small_rng
26
0 commit comments