Skip to content

Commit 473748f

Browse files
committed
rust-clippy: remove --all
This seems to silence failures in projects with workspaces.
1 parent ec23565 commit 473748f

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 --all -- -D warnings "$@"
18+
cargo clippy --all-targets --all-features -- -D warnings "$@"

0 commit comments

Comments
 (0)