mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-02 23:35:26 +00:00
Update name of deprecated stutter lint
This commit is contained in:
parent
e6fda1c410
commit
ce84a5f1d3
@ -112,11 +112,11 @@
|
|||||||
invalid_upcast_comparisons,
|
invalid_upcast_comparisons,
|
||||||
// things are often more readable this way
|
// things are often more readable this way
|
||||||
decimal_literal_representation,
|
decimal_literal_representation,
|
||||||
|
module_name_repetitions,
|
||||||
option_unwrap_used,
|
option_unwrap_used,
|
||||||
result_unwrap_used,
|
result_unwrap_used,
|
||||||
shadow_reuse,
|
shadow_reuse,
|
||||||
single_match_else,
|
single_match_else,
|
||||||
stutter,
|
|
||||||
use_self,
|
use_self,
|
||||||
// not practical
|
// not practical
|
||||||
indexing_slicing,
|
indexing_slicing,
|
||||||
|
@ -164,8 +164,8 @@
|
|||||||
allow(
|
allow(
|
||||||
empty_line_after_outer_attr,
|
empty_line_after_outer_attr,
|
||||||
missing_docs_in_private_items,
|
missing_docs_in_private_items,
|
||||||
|
module_name_repetitions,
|
||||||
redundant_field_names,
|
redundant_field_names,
|
||||||
stutter,
|
|
||||||
use_debug,
|
use_debug,
|
||||||
use_self
|
use_self
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user