rust/tests/rustdoc/mod-stackoverflow.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
160 B
Rust
Raw Normal View History

2018-04-28 19:56:38 +00:00
//@ aux-build:mod-stackoverflow.rs
//@ ignore-cross-compile
extern crate mod_stackoverflow;
pub use mod_stackoverflow::tree;
pub use mod_stackoverflow::tree2;