Remove map_flatten from linting rules (#11913)
# Objective Remove `map_flatten` rule from Cargo.toml fixes #11912
This commit is contained in:
parent
756535bacc
commit
1076bd4b9e
@ -38,7 +38,6 @@ undocumented_unsafe_blocks = "warn"
|
|||||||
redundant_else = "warn"
|
redundant_else = "warn"
|
||||||
match_same_arms = "warn"
|
match_same_arms = "warn"
|
||||||
semicolon_if_nothing_returned = "warn"
|
semicolon_if_nothing_returned = "warn"
|
||||||
map_flatten = "warn"
|
|
||||||
|
|
||||||
ptr_as_ptr = "warn"
|
ptr_as_ptr = "warn"
|
||||||
ptr_cast_constness = "warn"
|
ptr_cast_constness = "warn"
|
||||||
|
Loading…
Reference in New Issue
Block a user