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 1e11c63 commit aa8a180Copy full SHA for aa8a180
documentation/put.sh
@@ -91,6 +91,7 @@ echo "$PRE build Rust docs of crate '$mainCrate' ($features)..."
91
up=".."
92
93
export RUSTFLAGS="--cfg published_docs -A unused_imports -A dead_code -A unexpected_cfgs"
94
+export RUSTDOCFLAGS="-A unused_doc_comments" # Caused by false positives from doc(cfg(...)) attributes
95
# shellcheck disable=SC2086
96
cargo +nightly doc -p $mainCrate $features --no-deps --target-dir $up/target
97
#mkdir -p "$up/target/doc"
0 commit comments