Skip to content

Commit

Permalink
rust-clippy: include --workspace
Browse files Browse the repository at this point in the history
Lint all the files in a workspace.
  • Loading branch information
domodwyer committed Apr 6, 2022
1 parent 9c35f04 commit e145473
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 -- -D warnings "$@"
cargo clippy --all-targets --all-features --workspace -- -D warnings "$@"

0 comments on commit e145473

Please sign in to comment.