mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-15 01:31:02 +00:00
Clippy false positive on needless_lifetimes has been fixed
This commit is contained in:
@@ -14,10 +14,6 @@
|
|||||||
|
|
||||||
#![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