8 lines
163 B
Rust
8 lines
163 B
Rust
|
|
// aux-build:trait-vis.rs
|
||
|
|
|
||
|
|
extern crate inner;
|
||
|
|
|
||
|
|
// @has trait_vis/struct.SomeStruct.html
|
||
|
|
// @has - '//code' 'impl Clone for SomeStruct'
|
||
|
|
pub use inner::SomeStruct;
|