only expose context and stack through the facade
It's fairly pointless to have submodules when there are only three items.
This commit is contained in:
parent
0dd6c8bc32
commit
cbfb62e62f
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue