mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-03 07:45:38 +00:00
Remove clippy lints that are no longer triggering
This commit is contained in:
parent
1349548367
commit
d9704d02bb
@ -93,11 +93,9 @@
|
|||||||
cast_lossless,
|
cast_lossless,
|
||||||
const_static_lifetime,
|
const_static_lifetime,
|
||||||
doc_markdown,
|
doc_markdown,
|
||||||
linkedlist,
|
|
||||||
needless_pass_by_value,
|
needless_pass_by_value,
|
||||||
redundant_field_names,
|
redundant_field_names,
|
||||||
type_complexity,
|
type_complexity,
|
||||||
unreadable_literal,
|
|
||||||
zero_prefixed_literal
|
zero_prefixed_literal
|
||||||
)
|
)
|
||||||
)]
|
)]
|
||||||
@ -110,24 +108,14 @@
|
|||||||
cast_possible_wrap,
|
cast_possible_wrap,
|
||||||
cast_precision_loss,
|
cast_precision_loss,
|
||||||
cast_sign_loss,
|
cast_sign_loss,
|
||||||
// simplifies some macros
|
|
||||||
invalid_upcast_comparisons,
|
|
||||||
// things are often more readable this way
|
// things are often more readable this way
|
||||||
decimal_literal_representation,
|
|
||||||
module_name_repetitions,
|
module_name_repetitions,
|
||||||
option_unwrap_used,
|
|
||||||
result_unwrap_used,
|
|
||||||
shadow_reuse,
|
|
||||||
single_match_else,
|
single_match_else,
|
||||||
use_self,
|
use_self,
|
||||||
// not practical
|
// not practical
|
||||||
indexing_slicing,
|
|
||||||
many_single_char_names,
|
|
||||||
missing_docs_in_private_items,
|
|
||||||
similar_names,
|
similar_names,
|
||||||
// alternative is not stable
|
// alternative is not stable
|
||||||
empty_enum,
|
empty_enum,
|
||||||
use_debug,
|
|
||||||
)
|
)
|
||||||
)]
|
)]
|
||||||
// Blacklisted Rust lints.
|
// Blacklisted Rust lints.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user