Sign in
◑
Theme
rust
/
rust
/
8a7e1d75b2e2f4a2e89420130bca8d8d97f9074e
/
.
/
tests
/
rustdoc-html
/
inline_cross
/
add-docs.rs
blob: d4e0c539070644852958b01202eb90d5afd0a9c1 [
file
]
//@ aux-build:add-docs.rs
extern
crate inner
;
//@ has add_docs/struct.MyStruct.html
//@ hasraw add_docs/struct.MyStruct.html "Doc comment from ‘pub use’, Doc comment from definition"
/// Doc comment from 'pub use',
pub
use
inner
::
MyStruct
;