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.
raw
1 parent be1ae29 commit 0fb73c9Copy full SHA for 0fb73c9
ci/tools.sh
@@ -31,6 +31,8 @@ fi
31
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
36
fi
37
38
if command -v shellcheck ; then
0 commit comments