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