]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/inline_cross/add-docs.rs
Update snap from `1.0.1` to `1.1.0`
[rust.git] / tests / rustdoc / inline_cross / add-docs.rs
1 // aux-build:add-docs.rs
2
3 extern crate inner;
4
5
6 // @has add_docs/struct.MyStruct.html
7 // @hasraw add_docs/struct.MyStruct.html "Doc comment from ‘pub use’, Doc comment from definition"
8 /// Doc comment from 'pub use',
9 pub use inner::MyStruct;