blob: 363c52a336e42043b7f0a8a7ff45082af29e9cba (
plain)
1
2
3
4
5
6
7
|
// aux-build:trait-vis.rs
extern crate inner;
// @has trait_vis/struct.SomeStruct.html
// @has - '//h3[@class="code-header in-band"]' 'impl Clone for SomeStruct'
pub use inner::SomeStruct;
|