Clippy false positive on needless_lifetimes has been fixed

This commit is contained in:
David Tolnay 2017-10-31 22:42:53 -07:00
parent ab0848f780
commit 2a557a1e36
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -14,10 +14,6 @@
#![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]
extern crate serde_derive;