Yuki Okushi
33614023a1
Rollup merge of #82798 - jyn514:rustdoc-group, r=Manishearth,GuillaumeGomez
...
Rename `rustdoc` to `rustdoc::all`
When rustdoc lints were changed to be tool lints, the `rustdoc` group was removed, leading to spurious warnings like
```
warning: unknown lint: `rustdoc`
```
The lint group still worked when rustdoc ran, since rustdoc added the group itself.
This renames the group to `rustdoc::all` for consistency with `clippy::all` and the rest of the rustdoc lints.
Follow-up to #80527 .
r? ``@Manishearth``
2021-03-14 13:07:32 +09:00
..
2021-03-08 13:13:22 +01:00
2021-02-14 18:03:11 +03:00
2021-02-20 17:19:30 -05:00
2021-03-09 09:05:24 +00:00
2021-03-13 12:28:04 +00:00
2021-03-09 14:38:29 -05:00
2021-02-19 02:49:08 +01:00
2021-03-05 05:28:07 +00:00
2021-03-10 17:55:38 +01:00
2021-03-10 16:44:04 +00:00
2021-03-10 12:21:43 +02:00
2021-03-13 09:44:44 +09:00
2021-03-13 20:21:40 +00:00
2021-03-11 19:42:40 +01:00
2021-03-04 20:01:01 +09:00
2021-03-06 16:02:48 +00:00
2021-03-12 11:46:50 +00:00
2021-03-10 16:44:04 +00:00
2021-01-06 08:33:15 -08:00
2021-01-03 13:34:24 +01:00
2021-03-11 06:38:22 +00:00
2021-03-09 19:28:01 +01:00
2021-03-09 19:28:00 +01:00
2021-03-09 18:51:36 +01:00
2021-03-06 16:02:48 +00:00
2021-03-14 13:07:30 +09:00
2021-01-07 13:20:04 +01:00
2021-03-14 13:07:32 +09:00
2021-03-10 08:01:25 +09:00
2021-03-12 08:16:10 +09:00
2021-03-11 12:24:43 +01:00
2021-03-09 19:27:50 +01:00
2021-03-13 20:21:40 +00:00
2021-03-12 09:05:38 +00:00
2021-03-14 13:07:31 +09:00
2021-03-09 09:05:20 +00:00
2021-02-06 15:01:07 +00:00
2021-03-09 19:27:59 +01:00
2021-03-09 19:27:50 +01:00
2021-03-09 19:09:36 +01:00
2021-02-21 12:22:22 +01:00
2021-03-13 17:52:22 +00:00
2021-03-12 22:48:32 +01:00
2021-03-09 19:27:50 +01:00
2021-02-20 17:19:30 -05:00
2021-03-11 19:42:40 +01:00
2021-03-13 20:21:40 +00:00
2021-03-09 14:38:29 -05:00
2021-03-10 19:12:53 +00:00
2021-03-12 09:05:38 +00:00
2021-03-03 11:22:44 +01:00
2021-02-24 21:54:52 +00:00
2021-02-21 21:51:54 +01:00
2021-03-13 09:47:07 +00:00