only expose context and stack through the facade

It's fairly pointless to have submodules when there are only three
items.
master
edef 2015-04-16 07:25:05 -04:00
parent 0dd6c8bc32
commit cbfb62e62f
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ pub use stack::{Stack, StackSource};
#[cfg(not(test))]
mod std { pub use core::*; }
pub mod context;
pub mod stack;
mod context;
mod stack;
mod debug;