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 0fb73c9 commit 68145c7Copy full SHA for 68145c7
ci/tools.sh
@@ -32,7 +32,7 @@ fi
32
if retry rustup component add clippy ; then
33
cargo clippy --all --tests --features serde,rayon,bumpalo -- -D clippy::all -D clippy::pedantic
34
cargo clippy --all --tests --features raw -- -D clippy::all -D clippy::pedantic \
35
- -A clippy::missing_safety_docs -A clippy::missing_errors_docs
+ -A clippy::missing_safety_doc -A clippy::missing_errors_doc
36
fi
37
38
if command -v shellcheck ; then
0 commit comments