diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2013-08-16 15:54:14 +1000 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2013-08-16 15:54:14 +1000 |
| commit | 72fd02d93985bc9be359d736eec0484cb51a8b3f (patch) | |
| tree | 97320928c95c49aefbf757500be8b4432b7f80c8 /src/libstd/rt/io | |
| parent | abe94f9b4d0d072e2477b989715c6c79e97de259 (diff) | |
| download | rust-72fd02d93985bc9be359d736eec0484cb51a8b3f.tar.gz rust-72fd02d93985bc9be359d736eec0484cb51a8b3f.zip | |
doc: convert remaining uses of core:: to std::.
Diffstat (limited to 'src/libstd/rt/io')
| -rw-r--r-- | src/libstd/rt/io/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/rt/io/mod.rs b/src/libstd/rt/io/mod.rs index 78c4cec2d4c..aec9168b5d1 100644 --- a/src/libstd/rt/io/mod.rs +++ b/src/libstd/rt/io/mod.rs @@ -19,7 +19,7 @@ file, TCP, UDP, Unix domain sockets. Readers and Writers may be composed to add capabilities like string parsing, encoding, and compression. -This will likely live in core::io, not core::rt::io. +This will likely live in std::io, not std::rt::io. # Examples |
