Remove deprecated clippy lint
This commit is contained in:
parent
2c6611d0c6
commit
c8e6f6bfe5
|
|
@ -217,7 +217,6 @@ match_same_arms = "warn"
|
|||
match_wild_err_arm = "warn"
|
||||
match_wildcard_for_single_variants = "warn"
|
||||
mem_forget = "warn"
|
||||
mismatched_target_os = "warn"
|
||||
mismatching_type_param_order = "warn"
|
||||
missing_assert_message = "warn"
|
||||
missing_enforced_import_renames = "warn"
|
||||
|
|
@ -277,8 +276,8 @@ unimplemented = "warn"
|
|||
uninhabited_references = "warn"
|
||||
uninlined_format_args = "warn"
|
||||
unnecessary_box_returns = "warn"
|
||||
unnecessary_safety_comment = "warn"
|
||||
unnecessary_literal_bound = "warn"
|
||||
unnecessary_safety_comment = "warn"
|
||||
unnecessary_safety_doc = "warn"
|
||||
unnecessary_self_imports = "warn"
|
||||
unnecessary_struct_initialization = "warn"
|
||||
|
|
|
|||
Loading…
Reference in New Issue