rust/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
..
2021-08-01 17:47:54 +08:00
2021-07-29 11:15:11 +02:00

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