Edited comment for docs to show std::io is deleted and replaced by std::rt::io

This commit is contained in:
Carol Willing 2013-11-07 15:22:36 -08:00
parent 03f30515f4
commit e6a1f6d7df
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
//! boxes (`owned`), and unsafe and borrowed pointers (`ptr`, `borrowed`).
//! Additionally, `std` provides pervasive types (`option` and `result`),
//! task creation and communication primitives (`task`, `comm`), platform
//! abstractions (`os` and `path`), basic I/O abstractions (`io`), common
//! abstractions (`os` and `path`), basic I/O abstractions (`rt::io`), common
//! traits (`kinds`, `ops`, `cmp`, `num`, `to_str`), and complete bindings
//! to the C standard library (`libc`).
//!