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))]
|
#[cfg(not(test))]
|
||||||
mod std { pub use core::*; }
|
mod std { pub use core::*; }
|
||||||
|
|
||||||
pub mod context;
|
mod context;
|
||||||
pub mod stack;
|
mod stack;
|
||||||
|
|
||||||
mod debug;
|
mod debug;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue