]> git.lizzy.rs Git - rust.git/commitdiff
Edited comment for docs to show std::io is deleted and replaced by std::rt::io
authorCarol Willing <carolcode@willingconsulting.com>
Thu, 7 Nov 2013 23:22:36 +0000 (15:22 -0800)
committerCarol Willing <carolcode@willingconsulting.com>
Thu, 7 Nov 2013 23:29:06 +0000 (15:29 -0800)
src/libstd/lib.rs

index 68f13dc8992e8cb4f8ec98413d49dca0503ebc5f..880e71be8a1ca2d70eab7c2493595f7b0823b691 100644 (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`).
 //!