Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html
7 lines
191 B
Rust
7 lines
191 B
Rust
// aux-build:trait-vis.rs
|
|
|
|
extern crate inner;
|
|
|
|
// @has trait_vis/struct.SomeStruct.html
|
|
// @has - '//h3[@class="code-header in-band"]' 'impl Clone for SomeStruct'
|
|
pub use inner::SomeStruct;
|