Clippy const_static_lifetime lint has been renamed

This commit is contained in:
David Tolnay 2019-06-19 01:34:13 -07:00
parent ed01bdb9dd
commit dbd67c6c89
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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,