Skip to content

Commit

Permalink
Make rt::stack public
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcallister committed Aug 13, 2013
1 parent 2145de8 commit 4fd5318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/rt/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ mod message_queue;
mod sleeper_list;

/// Stack segments and caching.
mod stack;
pub mod stack;

/// CPU context swapping.
mod context;
Expand Down

0 comments on commit 4fd5318

Please sign in to comment.