]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/rustdoc-group.rs
Rollup merge of #106726 - cmorin6:fix-comment-typos, r=Nilstrieb
[rust.git] / tests / ui / lint / rustdoc-group.rs
1 // check-pass
2 // compile-flags: --crate-type lib
3 #![deny(rustdoc)]
4 //~^ WARNING removed: use `rustdoc::all`
5 #![deny(rustdoc::all)] // has no effect when run with rustc directly