rust/clippy_lints
Jane Lusby 14feb3670f Lint for chaining flatten after map
This change adds a lint to check for instances of `map(..).flatten()`
that can be trivially shortened to `flat_map(..)`

Closes #3196
2018-09-24 14:29:16 -07:00
..
src Lint for chaining flatten after map 2018-09-24 14:29:16 -07:00
Cargo.toml Revert "the cargo feature: edition 2018 is stabilized in current nightly" 2018-09-15 11:16:45 +03:00
README.md Fix crates.io site name 2017-12-15 00:33:23 +02:00

This crate contains Clippy lints. For the main crate, check crates.io or GitHub.