fix(codegen): Fix clippy cfg_attr
This commit is contained in:
parent
7a3e3a61f4
commit
3a5aa00262
@ -1,4 +1,4 @@
|
||||
#![cfg_attr(feature = "nightly", plugin(clippy))]
|
||||
#![cfg_attr(feature = "nightly-testing", plugin(clippy))]
|
||||
#![cfg_attr(feature = "nightly", allow(used_underscore_binding))]
|
||||
#![cfg_attr(not(feature = "with-syntex"), feature(rustc_private, plugin))]
|
||||
#![cfg_attr(not(feature = "with-syntex"), plugin(quasi_macros))]
|
||||
|
Loading…
x
Reference in New Issue
Block a user