Ignore clippy false positive
This commit is contained in:
parent
e57ce37ac1
commit
995f2b3f76
@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
#![cfg_attr(feature = "unstable", feature(non_ascii_idents))]
|
#![cfg_attr(feature = "unstable", feature(non_ascii_idents))]
|
||||||
|
|
||||||
|
// Clippy false positive
|
||||||
|
// https://github.com/Manishearth/rust-clippy/issues/292
|
||||||
|
#![cfg_attr(feature = "cargo-clippy", allow(needless_lifetimes))]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate serde_derive;
|
extern crate serde_derive;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user