diff --git a/serde_codegen/src/lib.rs b/serde_codegen/src/lib.rs index 83e768a6..5fc4a7d2 100644 --- a/serde_codegen/src/lib.rs +++ b/serde_codegen/src/lib.rs @@ -1,5 +1,5 @@ -#![cfg_attr(feature = "nightly", plugin(clippy))] -#![cfg_attr(feature = "nightly", allow(used_underscore_binding))] +#![cfg_attr(feature = "clippy", plugin(clippy))] +#![cfg_attr(feature = "clippy", allow(used_underscore_binding))] #![cfg_attr(not(feature = "with-syntex"), feature(rustc_private, plugin))] #![cfg_attr(not(feature = "with-syntex"), plugin(quasi_macros))]