blob: b646babacc5cc9ca49375a7a972bfccb720d846d (
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"]' 'impl Clone for SomeStruct'
pub use inner::SomeStruct;
|