Clean up clippy allows which are superseded by msrv in clippy.toml

This commit is contained in:
David Tolnay 2022-04-30 21:35:00 -07:00
parent 41823a96df
commit 210e6c354e
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -103,10 +103,7 @@
// clippy bug: https://github.com/rust-lang/rust-clippy/issues/7768
semicolon_if_nothing_returned,
// not available in our oldest supported compiler
checked_conversions,
empty_enum,
redundant_field_names,
redundant_static_lifetimes,
type_repetition_in_bounds, // https://github.com/rust-lang/rust-clippy/issues/8772
// integer and float ser/de requires these sorts of casts
cast_possible_truncation,