Skip to content

Commit

Permalink
rust-clippy: remove --all
Browse files Browse the repository at this point in the history
This seems to silence failures in projects with workspaces.
  • Loading branch information
domodwyer committed Jan 19, 2021
1 parent ec23565 commit 473748f
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 @@ -15,4 +15,4 @@ set -euo pipefail
# "-D clippy::await_holding_lock"
# "-D clippy::match-like-matches-macro"

cargo clippy --all-targets --all-features --all -- -D warnings "$@"
cargo clippy --all-targets --all-features -- -D warnings "$@"

0 comments on commit 473748f

Please sign in to comment.