about summary refs log tree commit diff
path: root/tests/rustdoc/mod-stackoverflow.rs
blob: 7dbbca13aceaa0a4de02370091ea43103859face (plain)
1
2
3
4
5
6
//@ aux-build:mod-stackoverflow.rs
//@ ignore-cross-compile

extern crate mod_stackoverflow;
pub use mod_stackoverflow::tree;
pub use mod_stackoverflow::tree2;