Whitelist const_static_lifetime
This clippy suggestion is not stable in the older rustc we support.
This commit is contained in:
parent
7f9ba155cb
commit
2b1303f59c
@ -95,6 +95,7 @@
|
||||
// Whitelisted clippy lints
|
||||
#![cfg_attr(feature = "cargo-clippy", allow(
|
||||
cast_lossless,
|
||||
const_static_lifetime,
|
||||
doc_markdown,
|
||||
linkedlist,
|
||||
type_complexity,
|
||||
|
Loading…
Reference in New Issue
Block a user