mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-14 08:11:02 +00:00
Clean up clippy allows which are superseded by msrv in clippy.toml
This commit is contained in:
@@ -103,10 +103,7 @@
|
|||||||
// clippy bug: https://github.com/rust-lang/rust-clippy/issues/7768
|
// clippy bug: https://github.com/rust-lang/rust-clippy/issues/7768
|
||||||
semicolon_if_nothing_returned,
|
semicolon_if_nothing_returned,
|
||||||
// not available in our oldest supported compiler
|
// not available in our oldest supported compiler
|
||||||
checked_conversions,
|
|
||||||
empty_enum,
|
empty_enum,
|
||||||
redundant_field_names,
|
|
||||||
redundant_static_lifetimes,
|
|
||||||
type_repetition_in_bounds, // https://github.com/rust-lang/rust-clippy/issues/8772
|
type_repetition_in_bounds, // https://github.com/rust-lang/rust-clippy/issues/8772
|
||||||
// integer and float ser/de requires these sorts of casts
|
// integer and float ser/de requires these sorts of casts
|
||||||
cast_possible_truncation,
|
cast_possible_truncation,
|
||||||
|
|||||||
Reference in New Issue
Block a user