mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
14feb3670f
This change adds a lint to check for instances of `map(..).flatten()` that can be trivially shortened to `flat_map(..)` Closes #3196