blob: 1fae6305b04cf8ac717b31f3a9362f85da1d3fe3 (
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;
|