rust/tests/rustdoc/mod-stackoverflow.rs

7 lines
160 B
Rust
Raw Normal View History

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