blob: e6585449cb64e149a674ed558f630f9a496d4765 [file] [log] [blame]
// aux-build:trait-vis.rs
extern crate inner;
// @has trait_vis/struct.SomeStruct.html
// @has - '//code' 'impl Clone for SomeStruct'
pub use inner::SomeStruct;