diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -85,6 +85,10 @@ pub use pool::singleton::arc::Arc; pub use string::String; pub use vec::Vec; +#[macro_use] +#[cfg(test)] +mod test_helpers; + mod deque; mod histbuf; mod indexmap; |