rust-clippy/clippy_lints
Oliver Schneider a54baad4fa Merge pull request #2112 from topecongiro/issue-2109
Add a suggestion to replace `map(f).unwrap_or(None)` with `and_then(f)`.
2017-10-08 11:51:15 +02:00
..
src Merge pull request #2112 from topecongiro/issue-2109 2017-10-08 11:51:15 +02:00
Cargo.toml Add the url crate as a dependency 2017-09-30 14:53:22 +02:00
README.md Change all links to reflect the move to rust-lang-nursery 2017-08-06 23:10:55 +02:00

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