7 lines
176 B
Rust
7 lines
176 B
Rust
|
// aux-build:submodule-inner.rs
|
||
|
// build-aux-docs
|
||
|
extern crate a;
|
||
|
|
||
|
// @has 'submodule_inner/struct.Foo.html' '//a[@href="../a/bar/struct.Bar.html"]' 'Bar'
|
||
|
pub use a::foo::Foo;
|