| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-03-05 | Rename `rustdoc` to `rustdoc::all` | Joshua Nelson | -1/+1 | |
| 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. | ||||
| 2020-11-12 | Add tests for rustdoc --check option | Guillaume Gomez | -0/+11 | |
