auto merge of #10341 : willingc/rust/minor-docfix, r=huonw

...rt::io
This commit is contained in:
bors 2013-11-07 23:01:11 -08:00
commit acbcb9ed2e

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`).
//!