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 cc2b082 commit 737b2a0Copy full SHA for 737b2a0
documentation/put.sh
@@ -107,6 +107,7 @@ fi
107
echo "$PRE build Rust docs of crate '$mainCrate' ($features)..."
108
up=".."
109
# shellcheck disable=SC2086
110
+export RUSTFLAGS="-A unused_imports -A dead_code -A unexpected_cfgs"
111
cargo +nightly doc -p $mainCrate $features --no-deps --target-dir $up/target
112
#mkdir -p "$up/target/doc"
113
cd $up
0 commit comments