about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/check.rs
AgeCommit message (Collapse)AuthorLines
2021-03-05Rename `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-12Add tests for rustdoc --check optionGuillaume Gomez-0/+11