Skip to content

Commit

Permalink
Clean up clippy allows which are superseded by msrv in clippy.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 1, 2022
1 parent 41823a9 commit 210e6c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions serde/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 210e6c3

Please sign in to comment.