From e8baed0b2d41a227731321cb41accd7ec24655b3 Mon Sep 17 00:00:00 2001 From: Derek Chiang Date: Thu, 16 Jan 2014 01:06:20 +0800 Subject: Fix some docs about rt --- src/libstd/rt/mod.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/libstd/rt') diff --git a/src/libstd/rt/mod.rs b/src/libstd/rt/mod.rs index 7aa966802f2..9088ee6898b 100644 --- a/src/libstd/rt/mod.rs +++ b/src/libstd/rt/mod.rs @@ -41,16 +41,14 @@ out of `rt` as development proceeds. Several modules in `core` are clients of `rt`: * `std::task` - The user-facing interface to the Rust task model. -* `std::task::local_data` - The interface to local data. +* `std::local_data` - The interface to local data. * `std::gc` - The garbage collector. * `std::unstable::lang` - Miscellaneous lang items, some of which rely on `std::rt`. * `std::condition` - Uses local data. * `std::cleanup` - Local heap destruction. * `std::io` - In the future `std::io` will use an `rt` implementation. * `std::logging` -* `std::pipes` * `std::comm` -* `std::stackwalk` */ -- cgit 1.4.1-3-g733a5