rust/src
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
..
lib.rs Fix a couple warnings 2016-12-19 20:31:39 +01:00
main.rs Add a lint for slice.iter().cloned().collect() 2017-02-12 17:03:09 +08:00