Skip to content

Commit

Permalink
Ignore type_repetition_in_bounds lint that is incompatible with msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 1, 2022
1 parent 52391fd commit 7ca13ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions serde/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
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,
cast_possible_wrap,
Expand Down
1 change: 1 addition & 0 deletions serde_test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
must_use_candidate,
redundant_field_names,
too_many_lines,
type_repetition_in_bounds, // https://github.com/rust-lang/rust-clippy/issues/8772
use_debug,
use_self
)
Expand Down

0 comments on commit 7ca13ff

Please sign in to comment.