Move deny(clippy) to command line arguments in the CI job

This commit is contained in:
David Tolnay
2021-11-04 20:08:43 -07:00
parent 737f78c315
commit 8f16ac0a94
5 changed files with 6 additions and 10 deletions
-1
View File
@@ -15,7 +15,6 @@
#![doc(html_root_url = "https://docs.rs/serde_derive/1.0.130")]
#![allow(unknown_lints, bare_trait_objects)]
#![deny(clippy::all, clippy::pedantic)]
// Ignored clippy lints
#![allow(
// clippy false positive: https://github.com/rust-lang/rust-clippy/issues/7054