We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a853b82 commit 0ac6169Copy full SHA for 0ac6169
scripts/clippy.sh
@@ -1,3 +1,3 @@
1
#!/bin/sh
2
# Run clippy for all Rust code in the project.
3
-cargo clippy --workspace --all-targets -- -D warnings
+cargo clippy --workspace --all-targets --all-features -- -D warnings
0 commit comments