Files
rust/tests/ui
bors a36a7c808c Auto merge of #7270 - Valentine-Mario:vec_extend_to_append, r=flip1995
Vec extend to append

This PR adds a check to suggest changes of vector from

```
vec.extend(other_vec.drain(..))
```

could be written as

```
vec![].append(&mut vec![]);
```

changelog: Add vec_extend_to_append lint
issue: #7209
2021-06-14 06:58:12 +00:00
..
2021-01-07 18:54:12 -03:00
2020-11-08 18:32:12 -05:00
2021-05-26 21:53:43 -05:00
2021-05-26 21:53:43 -05:00
2020-11-08 18:32:12 -05:00
2021-05-18 11:45:51 -04:00
2020-11-08 18:32:12 -05:00
2020-11-08 18:32:12 -05:00
2021-05-11 11:15:33 +02:00
2021-05-11 11:15:33 +02:00
2021-05-26 22:07:53 -05:00
2020-09-10 15:23:38 +02:00
2020-11-08 18:32:12 -05:00
2020-11-08 18:32:12 -05:00
2021-03-03 11:23:29 +01:00
2021-05-14 17:07:30 -07:00
2021-05-14 17:07:30 -07:00