We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 075347b + e6a1f6d commit acbcb9eCopy full SHA for acbcb9e
src/libstd/lib.rs
@@ -21,7 +21,7 @@
21
//! boxes (`owned`), and unsafe and borrowed pointers (`ptr`, `borrowed`).
22
//! Additionally, `std` provides pervasive types (`option` and `result`),
23
//! task creation and communication primitives (`task`, `comm`), platform
24
-//! abstractions (`os` and `path`), basic I/O abstractions (`io`), common
+//! abstractions (`os` and `path`), basic I/O abstractions (`rt::io`), common
25
//! traits (`kinds`, `ops`, `cmp`, `num`, `to_str`), and complete bindings
26
//! to the C standard library (`libc`).
27
//!
0 commit comments