Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
rustdoc-ui
/
lints
/
deny-missing-docs-crate.rs
blob: b74eba3f66b81272a8d2a354cd0ac241b518545e [
file
]
#![
deny
(
missing_docs
)]
//~ ERROR
pub
struct
Foo
;
//~ ERROR