Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
mod private {
pub struct Foo {}
}
// @has hidden_use/index.html
// @!hasraw - 'private'
// @!hasraw - 'Foo'
// @!has hidden_use/struct.Foo.html
#[doc(hidden)]
pub use private::Foo;