Use cutting-edge (=nightly) clippy for all targets (#10463)

automerge
This commit is contained in:
Ryo Onodera 2020-06-09 10:58:47 +09:00 committed by GitHub
parent cffd8d9427
commit 704d98ac28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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