From 704d98ac282a9125d077982fb2261b8c026a0f82 Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Tue, 9 Jun 2020 10:58:47 +0900 Subject: [PATCH] Use cutting-edge (=nightly) clippy for all targets (#10463) automerge --- ci/test-checks.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test-checks.sh b/ci/test-checks.sh index 83814bf27..908a18a3e 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -24,8 +24,8 @@ fi _ cargo +"$rust_stable" fmt --all -- --check -_ cargo +"$rust_stable" clippy --version -_ cargo +"$rust_stable" clippy --workspace --tests -- --deny=warnings +_ cargo +"$rust_nightly" clippy --version +_ cargo +"$rust_nightly" clippy --workspace --all-targets -- --deny=warnings _ cargo +"$rust_stable" audit --version _ scripts/cargo-for-all-lock-files.sh +"$rust_stable" audit --ignore RUSTSEC-2020-0002 --ignore RUSTSEC-2020-0008