Sign in
◑
Theme
rust
/
rust
/
20de910db49d3476ccf49ea79a4b22e2b5dface0
/
.
/
tests
/
rustdoc-html
/
inline_local
/
hidden-use.rs
blob: 35bce2932f90912cf3331dbe73fab2357a0acafd [
file
]
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
;