rust/tests/rustdoc/inline_cross/auxiliary/rustdoc-hidden.rs

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

5 lines
48 B
Rust
Raw Normal View History

2016-04-27 19:48:49 +00:00
#[doc(hidden)]
pub struct Foo;
pub struct Bar;