Skip to content

Commit acbcb9e

Browse files
committed
auto merge of #10341 : willingc/rust/minor-docfix, r=huonw
...rt::io
2 parents 075347b + e6a1f6d commit acbcb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/lib.rs

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

0 commit comments

Comments
 (0)