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
..
src Update OPTION_MAP_UNWRAP_OR lint 2017-10-06 22:06:47 +09: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.