Fix clippy::map_clone
lint violations (#36585)
#36577 Release Notes: - N/A
This commit is contained in:
parent
eaf6b56163
commit
92352f97ad
4 changed files with 4 additions and 3 deletions
|
@ -879,6 +879,7 @@ manual_pattern_char_comparison = "warn"
|
|||
manual_rotate = "warn"
|
||||
manual_slice_fill = "warn"
|
||||
manual_while_let_some = "warn"
|
||||
map_clone = "warn"
|
||||
map_collect_result_unit = "warn"
|
||||
match_like_matches_macro = "warn"
|
||||
match_overlapping_arm = "warn"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue