Sign in
rust
/
rust
/
499fca9a7def7c05d4e2a73e00e6d64a2bc9cb26
/
.
/
tests
/
rustdoc-html
/
inline_cross
/
trait-vis.rs
blob: 1fae6305b04cf8ac717b31f3a9362f85da1d3fe3 [
file
] [
log
] [
blame
]
//@ aux-build:trait-vis.rs
extern
crate inner
;
//@ has trait_vis/struct.SomeStruct.html
//@ has - '//h3[@class="code-header"]' 'impl Clone for SomeStruct'
pub
use
inner
::
SomeStruct
;