rust/clippy_lints
Seiichi Uchida f5c941a404 Update OPTION_MAP_UNWRAP_OR lint
Add a suggestion to replace `map(f).unwrap_or(None)` with `and_then(f)`.
2017-10-06 22:06:47 +09:00
..
2017-10-06 22:06:47 +09:00
2017-09-30 14:53:22 +02:00

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