We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69de8c commit c107bc1Copy full SHA for c107bc1
1 file changed
run-rust-clippy.sh
@@ -20,4 +20,4 @@ default_lints=(
20
# Use the lints passed as arguments, or the default above.
21
lints=${*:-${default_lints[*]}}
22
23
-cargo clippy --all-targets --all-features -- -D warnings ${lints}
+cargo clippy --all-targets --all-features --workspace -- -D warnings ${lints}
0 commit comments