From 75014f7b1790e7ebdf13d38acc04dfdab6e450e9 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 4 Jun 2014 00:01:40 -0700 Subject: libs: Fix miscellaneous fallout of librustrt --- src/libstd/rt/mod.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/libstd/rt/mod.rs') diff --git a/src/libstd/rt/mod.rs b/src/libstd/rt/mod.rs index e8df7465a74..a68a632bc37 100644 --- a/src/libstd/rt/mod.rs +++ b/src/libstd/rt/mod.rs @@ -57,10 +57,11 @@ Several modules in `core` are clients of `rt`: use failure; use rustrt; -// TODO: dox +// Reexport some of our utilities which are expected by other crates. pub use self::util::{default_sched_threads, min_stack, running_on_valgrind}; -// TODO: dox +// Reexport functionality from librustrt and other crates underneath the +// standard library which work together to create the entire runtime. pub use alloc::{heap, libc_heap}; pub use rustrt::{task, local, mutex, exclusive, stack, args, rtio}; pub use rustrt::{Stdio, Stdout, Stderr, begin_unwind, begin_unwind_fmt}; -- cgit 1.4.1-3-g733a5