blob: f97da11a9014905d7168341b6e7ddf16c9b0e6d6 [file] [log] [blame]
// aux-build:cross-glob.rs
// build-aux-docs
// ignore-cross-compile
extern crate inner;
// @has cross_glob/struct.SomeStruct.html
// @has cross_glob/fn.some_fn.html
// @!has cross_glob/index.html '//code' 'pub use inner::*;'
#[doc(inline)]
pub use inner::*;