mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-13 08:27:14 +00:00
14feb3670f
This change adds a lint to check for instances of `map(..).flatten()` that can be trivially shortened to `flat_map(..)` Closes #3196 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |