Skip to content

Commit e145473

Browse files
committed
rust-clippy: include --workspace
Lint all the files in a workspace.
1 parent 9c35f04 commit e145473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run-rust-clippy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ set -euo pipefail
1515
# "-D clippy::await_holding_lock"
1616
# "-D clippy::match-like-matches-macro"
1717

18-
cargo clippy --all-targets --all-features -- -D warnings "$@"
18+
cargo clippy --all-targets --all-features --workspace -- -D warnings "$@"

0 commit comments

Comments
 (0)