From e1454730e1b8ef5b9bc6ff2390d583b8b2912247 Mon Sep 17 00:00:00 2001 From: Dom Dwyer Date: Wed, 6 Apr 2022 16:29:32 +0100 Subject: [PATCH] rust-clippy: include --workspace Lint all the files in a workspace. --- run-rust-clippy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-rust-clippy.sh b/run-rust-clippy.sh index 1110921..be05f10 100755 --- a/run-rust-clippy.sh +++ b/run-rust-clippy.sh @@ -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 "$@" \ No newline at end of file +cargo clippy --all-targets --all-features --workspace -- -D warnings "$@" \ No newline at end of file