mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-12 12:01:03 +00:00
Ignore clippy false positive
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user