]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/rustdoc-group.rs
Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=GuillaumeGomez
[rust.git] / src / test / 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