2018-08-27 12:42:43 -05:00
|
|
|
//@ aux-build:trait-vis.rs
|
|
|
|
|
|
|
|
extern crate inner;
|
|
|
|
|
2024-06-21 14:03:08 +02:00
|
|
|
//@ has trait_vis/struct.SomeStruct.html
|
|
|
|
//@ has - '//h3[@class="code-header"]' 'impl Clone for SomeStruct'
|
2018-08-27 12:42:43 -05:00
|
|
|
pub use inner::SomeStruct;
|