Skip to content

Commit c107bc1

Browse files
committed
rust-clippy: run against entire workspace
1 parent c69de8c commit c107bc1

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
@@ -20,4 +20,4 @@ default_lints=(
2020
# Use the lints passed as arguments, or the default above.
2121
lints=${*:-${default_lints[*]}}
2222

23-
cargo clippy --all-targets --all-features -- -D warnings ${lints}
23+
cargo clippy --all-targets --all-features --workspace -- -D warnings ${lints}

0 commit comments

Comments
 (0)