rust-clippy/clippy_lints
Jay Kickliter 598df08d88 Add lint for mem::replace(.., None).
Suggest `Option::take()` as an alternative.
2018-09-19 14:38:34 -07:00
..
src Add lint for mem::replace(.., None). 2018-09-19 14:38:34 -07:00
Cargo.toml Revert "the cargo feature: edition 2018 is stabilized in current nightly" 2018-09-15 11:16:45 +03:00
README.md Fix crates.io site name 2017-12-15 00:33:23 +02:00

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