mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-26 03:57:56 +00:00
Clippy const_static_lifetime lint has been renamed
This commit is contained in:
+1
-1
@@ -90,9 +90,9 @@
|
||||
allow(
|
||||
// not available in our oldest supported compiler
|
||||
checked_conversions,
|
||||
const_static_lifetime,
|
||||
empty_enum,
|
||||
redundant_field_names,
|
||||
redundant_static_lifetimes,
|
||||
// integer and float ser/de requires these sorts of casts
|
||||
cast_possible_truncation,
|
||||
cast_possible_wrap,
|
||||
|
||||
Reference in New Issue
Block a user