Redundant map_flatten
lint in workspace
#11912
Labels
C-Code-Quality
A section of code that is hard to understand or change
D-Trivial
Nice and easy! A great choice to get started with Bevy
In
Cargo.toml
, the Clippy lintmap_flatten
is currently enabled and set to warn.bevy/Cargo.toml
Line 41 in f81aa64
map_flatten
is warn by default in stable Rust, so this line is redundant and can be removed.The text was updated successfully, but these errors were encountered: