Make rt::stack public

Fixes #8478.
This commit is contained in:
Keegan McAllister 2013-08-13 09:10:05 -07:00
parent 2145de8c8f
commit 4fd5318594

View file

@ -112,7 +112,7 @@ mod message_queue;
mod sleeper_list;
/// Stack segments and caching.
mod stack;
pub mod stack;
/// CPU context swapping.
mod context;