Skip to content

Commit

Permalink
Clippy const_static_lifetime lint has been renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 19, 2019
1 parent ed01bdb commit dbd67c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde/src/lib.rs
Expand Up @@ -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,
Expand Down

0 comments on commit dbd67c6

Please sign in to comment.