Matthias Krüger
2cc04536b4
Rollup merge of #112729 - jieyouxu:unused-qualifications-suggestion, r=b-naber
Add machine-applicable suggestion for `unused_qualifications` lint
```
error: unnecessary qualification
--> $DIR/unused-qualifications-suggestion.rs:17:5
|
LL | foo::bar();
| ^^^^^^^^
|
note: the lint level is defined here
--> $DIR/unused-qualifications-suggestion.rs:3:9
|
LL | #![deny(unused_qualifications)]
| ^^^^^^^^^^^^^^^^^^^^^
help: replace it with the unqualified path
|
LL | bar();
| ~~~
```
Closes #92198.
2023-07-14 01:03:07 +02:00
..
2023-07-03 13:40:20 +01:00
2023-07-10 20:09:26 +00:00
2023-06-23 19:39:57 +02:00
2023-06-25 23:03:22 +09:00
2023-07-03 18:46:14 +02:00
2023-07-08 18:21:34 -03:00
2023-07-12 12:11:09 +00:00
2023-07-10 20:09:26 +00:00
2023-07-10 20:09:28 +00:00
2023-07-10 20:09:26 +00:00
2023-06-24 21:45:17 +08:00
2023-06-28 23:56:58 +02:00
2023-07-10 20:09:28 +00:00
2023-06-29 23:31:25 +08:00
2023-07-10 20:09:26 +00:00
2023-07-10 20:09:26 +00:00
2023-06-27 23:31:06 +00:00
2023-06-29 23:31:25 +08:00
2023-07-10 20:09:26 +00:00
2023-07-10 20:09:26 +00:00
2023-07-05 19:52:28 -04:00
2023-07-07 16:02:25 +00:00
2023-07-10 20:09:26 +00:00
2023-06-26 08:56:32 +00:00
2023-07-10 19:01:30 +00:00
2023-06-27 23:31:06 +00:00
2023-07-03 09:12:15 +02:00
2023-07-10 20:09:26 +00:00
2023-07-07 13:13:18 +00:00
2023-06-30 00:34:14 +00:00
2023-07-10 20:09:26 +00:00
2023-07-10 20:09:26 +00:00
2023-07-10 20:09:26 +00:00
2023-07-10 19:01:30 +00:00
2023-07-01 11:53:31 +08:00
2023-07-11 21:00:28 -07:00
2023-07-13 12:19:22 +02:00
2023-06-27 23:31:06 +00:00
2023-07-10 20:09:26 +00:00
2023-07-05 19:52:28 -04:00
2023-07-05 19:52:28 -04:00
2023-07-13 08:26:02 +08:00
2023-07-10 20:09:26 +00:00
2023-07-10 20:09:26 +00:00
2023-07-10 20:09:26 +00:00
2023-06-27 23:31:06 +00:00
2023-07-10 20:09:28 +00:00
2023-07-10 20:09:26 +00:00
2023-06-27 23:31:06 +00:00
2023-07-10 20:09:26 +00:00
2023-06-27 23:31:06 +00:00
2023-07-10 20:09:26 +00:00
2023-06-27 23:31:06 +00:00
2023-07-11 02:40:59 +00:00
2023-07-11 01:19:11 +02:00
2023-07-01 02:28:15 -04:00
2023-06-29 16:24:07 +03:00
2023-06-29 13:42:58 +03:00
2023-06-29 16:24:07 +03:00
2023-06-27 23:31:06 +00:00
2023-07-07 16:02:24 +00:00
2023-07-10 20:09:26 +00:00
2023-07-13 08:26:02 +08:00
2023-06-26 08:56:32 +00:00
2023-07-12 12:11:09 +00:00
2023-06-29 13:42:58 +03:00
2023-07-05 11:04:28 -05:00
2023-07-10 20:09:26 +00:00
2023-06-28 03:47:02 +00:00
2023-07-10 20:09:28 +00:00
2023-07-01 07:07:50 +00:00
2023-07-01 15:15:22 -04:00
2023-07-13 12:19:22 +02:00
2023-06-29 15:11:35 -07:00
2023-06-27 16:12:07 +02:00
2023-06-27 23:31:06 +00:00
2023-06-27 23:31:06 +00:00
2023-07-08 20:53:27 +02:00
2023-07-04 05:00:46 -04:00
2023-07-08 20:53:27 +02:00
2023-06-27 23:31:06 +00:00
2023-06-30 00:34:14 +00:00
2023-06-27 17:10:14 +00:00
2023-07-10 20:09:26 +00:00
2023-07-11 01:19:11 +02:00
2023-07-10 20:09:26 +00:00
2023-07-10 20:09:26 +00:00