mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-13 13:41:01 +00:00
Whitelist const_static_lifetime
This clippy suggestion is not stable in the older rustc we support.
This commit is contained in:
@@ -95,6 +95,7 @@
|
|||||||
// Whitelisted clippy lints
|
// Whitelisted clippy lints
|
||||||
#![cfg_attr(feature = "cargo-clippy", allow(
|
#![cfg_attr(feature = "cargo-clippy", allow(
|
||||||
cast_lossless,
|
cast_lossless,
|
||||||
|
const_static_lifetime,
|
||||||
doc_markdown,
|
doc_markdown,
|
||||||
linkedlist,
|
linkedlist,
|
||||||
type_complexity,
|
type_complexity,
|
||||||
|
|||||||
Reference in New Issue
Block a user