rust-clippy/clippy_lints
Dharma Saputra Wijaya 69d439065e Handle Result on map_flatten lint
Adds a check on `.map(..).flatten()` on `Result` type that follows the
behaviour on `Option` type.
2021-08-01 17:47:54 +08:00
..
src Handle Result on map_flatten lint 2021-08-01 17:47:54 +08:00
Cargo.toml Bump Clippy Version -> 0.1.56 2021-07-29 11:15:11 +02:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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