From a5c0a390734bb5aa9eaf6e714665087624f7dd25 Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Tue, 9 Jun 2020 09:46:30 +0900 Subject: [PATCH] Use cutting-edge (=nightly) clippy for all targets --- 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 83814bf2715b4f..908a18a3ec8eee 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