bors[bot]
210a1d5ece
Merge #10629
...
10629: Add assist for replacing turbofish with explicit type. r=Veykril a=terrynsun
Converts `::<_>` to an explicit type assignment.
```
let args = args.collect::<Vec<String>>();
```
->
```
let args: Vec<String> = args.collect();
```
Closes #10285
Co-authored-by: Terry Sun <terrynsun@gmail.com>
2021-10-27 21:40:28 +00:00
..
2021-10-23 15:07:11 +03:00
2021-10-23 15:07:11 +03:00
2021-10-23 15:07:11 +03:00
2021-10-23 15:07:11 +03:00
2021-10-23 15:07:11 +03:00
2021-10-26 20:52:38 +02:00
2021-10-23 15:07:11 +03:00
2021-10-26 18:18:22 +00:00
2021-10-27 21:40:28 +00:00
2021-10-27 17:23:43 +02:00
2021-10-23 15:07:11 +03:00
2021-10-23 15:07:11 +03:00
2021-10-23 15:07:11 +03:00
2021-10-25 18:12:40 +03:00
2021-10-23 15:07:11 +03:00
2021-10-23 15:07:11 +03:00
2021-10-23 15:07:11 +03:00
2021-10-23 15:07:11 +03:00
2021-10-25 16:43:49 +02:00
2021-10-23 15:07:11 +03:00
2021-10-23 15:07:11 +03:00
2021-10-23 15:07:11 +03:00
2021-10-27 15:38:42 +00:00
2021-10-23 15:07:11 +03:00
2021-10-23 15:07:11 +03:00
2021-10-23 15:07:11 +03:00
2021-10-23 15:07:11 +03:00
2021-10-23 15:07:11 +03:00
2021-10-23 15:07:11 +03:00
2021-10-23 15:07:11 +03:00
2021-10-23 15:07:11 +03:00
2021-10-23 15:07:11 +03:00