rust/clippy_lints
bors d1f1844f46 Auto merge of #4386 - lzutao:lint-option-and_then-some, r=flip1995
Add option_and_then_some lint

changelog: Add complexity lint to warn about `option.and_then(|o| Some(x))` and suggest replacing with `option.map(|o| x)`.

Closes #4299
2019-08-19 07:35:53 +00:00
..
src Add option_and_then_some lint 2019-08-19 03:54:40 +00:00
Cargo.toml try to fix build in rustc repo 2019-08-19 06:10:00 +02:00
README.md

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