make context public
This commit is contained in:
parent
9855084890
commit
5ae54da9c2
|
@ -16,7 +16,7 @@ pub use stack::{Stack, StackSource};
|
|||
#[cfg(not(test))]
|
||||
mod std { pub use core::*; }
|
||||
|
||||
mod context;
|
||||
pub mod context;
|
||||
pub mod stack;
|
||||
|
||||
mod arch;
|
||||
|
|
Loading…
Reference in New Issue