rust/tests/rustdoc-ui/lints/deny-missing-docs-crate.rs

4 lines
60 B
Rust

#![deny(missing_docs)] //~ ERROR
pub struct Foo; //~ ERROR