Skip to content

Commit

Permalink
rust-clippy: remove --workspace
Browse files Browse the repository at this point in the history
Adding this seems to prevent clippy from returning lint failures.
  • Loading branch information
domodwyer committed Dec 16, 2020
1 parent 4dd4efe commit 9760795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-rust-clippy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
cargo clippy --all-targets --all-features -- -D warnings ${lints}

0 comments on commit 9760795

Please sign in to comment.