make context public

master
edef 2015-04-15 15:58:56 -04:00
parent 9855084890
commit 5ae54da9c2
1 changed files with 1 additions and 1 deletions

View File

@ -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;