rust/clippy_lints
f001 98aa0db0ac Add a lint for slice.iter().cloned().collect()
If one uses `slice.iter().cloned().collect()` to create a new `Vec`,
it should be `slice.to_owned()`.

Fix #1292
2017-02-12 17:03:09 +08:00
..

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