diff --git a/run-rust-clippy.sh b/run-rust-clippy.sh index 98cac0a..a27dd2c 100755 --- a/run-rust-clippy.sh +++ b/run-rust-clippy.sh @@ -19,4 +19,4 @@ default_lints=( # Use the lints passed as arguments, or the default above. lints=${*:-${default_lints[*]}} -cargo clippy --all-targets --all-features --workspace -- -D warnings ${lints} \ No newline at end of file +cargo clippy --all-targets --all-features -- -D warnings ${lints} \ No newline at end of file