2018-08-27 12:42:43 -05:00
|
|
|
// aux-build:trait-vis.rs
|
|
|
|
|
|
|
|
|
|
extern crate inner;
|
|
|
|
|
|
|
|
|
|
// @has trait_vis/struct.SomeStruct.html
|
2021-07-25 21:41:57 +00:00
|
|
|
// @has - '//h3[@class="code-header in-band"]' 'impl Clone for SomeStruct'
|
2018-08-27 12:42:43 -05:00
|
|
|
pub use inner::SomeStruct;
|