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
..
2017-02-08 14:58:07 +01:00
2017-02-08 14:58:07 +01:00
2016-08-17 18:35:25 +02:00
2016-06-10 00:08:14 +02:00
2017-01-17 19:27:52 +01:00
2016-10-22 16:16:55 +02:00
2016-12-20 10:20:41 +01:00
2017-01-17 16:12:09 +01:00
2016-12-20 10:20:41 +01:00
2017-01-26 11:31:26 +01:00