2018-08-27 12:42:43 -05:00
|
|
|
//@ aux-build:trait-vis.rs
|
|
|
|
|
|
|
|
extern crate inner;
|
|
|
|
|
|
|
|
// @has trait_vis/struct.SomeStruct.html
|
2022-09-25 15:52:26 -05:00
|
|
|
// @has - '//h3[@class="code-header"]' 'impl Clone for SomeStruct'
|
2018-08-27 12:42:43 -05:00
|
|
|
pub use inner::SomeStruct;
|