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 e4ae53a commit c4f8e9bCopy full SHA for c4f8e9b
ci/tools.sh
@@ -30,7 +30,7 @@ if retry rustup component add rustfmt ; then
30
fi
31
32
if retry rustup component add clippy ; then
33
- cargo clippy --all --tests -- -D clippy::all -D clippy::pedantic
+ cargo clippy --all --tests --features serde,rayon,bumpalo -- -D clippy::all -D clippy::pedantic
34
35
36
if command -v shellcheck ; then
0 commit comments