Skip to content

Commit c4f8e9b

Browse files
committed
Activate more features in clippy CI
1 parent e4ae53a commit c4f8e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if retry rustup component add rustfmt ; then
3030
fi
3131

3232
if retry rustup component add clippy ; then
33-
cargo clippy --all --tests -- -D clippy::all -D clippy::pedantic
33+
cargo clippy --all --tests --features serde,rayon,bumpalo -- -D clippy::all -D clippy::pedantic
3434
fi
3535

3636
if command -v shellcheck ; then

0 commit comments

Comments
 (0)