Whitelist const_static_lifetime

This clippy suggestion is not stable in the older rustc we support.
This commit is contained in:
David Tolnay 2017-10-31 22:23:37 -07:00
parent 7f9ba155cb
commit 2b1303f59c
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -95,6 +95,7 @@
// Whitelisted clippy lints
#![cfg_attr(feature = "cargo-clippy", allow(
cast_lossless,
const_static_lifetime,
doc_markdown,
linkedlist,
type_complexity,