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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
60 B
Rust
Raw Normal View History

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