rust/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
..
2018-09-19 14:38:34 -07:00

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