Remove map_flatten from linting rules (#11913)

# Objective
Remove `map_flatten` rule from Cargo.toml

fixes #11912
This commit is contained in:
Evgeny Kropotin 2024-02-16 18:54:32 -08:00 committed by GitHub
parent 756535bacc
commit 1076bd4b9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"