blob: 3f15881345c447b60adab620e17c958c1debb101 [file] [log] [blame] [edit]
//@ aux-build:rustdoc-hidden.rs
//@ build-aux-docs
//@ ignore-cross-compile
extern crate rustdoc_hidden;
//@ has hidden_use/index.html
//@ !hasraw - 'rustdoc_hidden'
//@ !hasraw - 'Bar'
//@ !has hidden_use/struct.Bar.html
#[doc(hidden)]
pub use rustdoc_hidden::Bar;