diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-01-22 16:31:00 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-01-26 16:01:16 -0800 |
| commit | 3a07f859b880bfe4dd6f095c959422d7c6b53831 (patch) | |
| tree | 797b16a0b4c63a16a37b098c577d47b537a8fbac /src/libstd/sync/mpsc | |
| parent | f72b1645103e12b581f7022b893c37b5fe41aef7 (diff) | |
| download | rust-3a07f859b880bfe4dd6f095c959422d7c6b53831.tar.gz rust-3a07f859b880bfe4dd6f095c959422d7c6b53831.zip | |
Fallout of io => old_io
Diffstat (limited to 'src/libstd/sync/mpsc')
| -rw-r--r-- | src/libstd/sync/mpsc/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/sync/mpsc/mod.rs b/src/libstd/sync/mpsc/mod.rs index 893f353b1a7..6140e3fd36c 100644 --- a/src/libstd/sync/mpsc/mod.rs +++ b/src/libstd/sync/mpsc/mod.rs @@ -120,7 +120,7 @@ //! //! ```no_run //! use std::sync::mpsc::channel; -//! use std::io::timer::Timer; +//! use std::old_io::timer::Timer; //! use std::time::Duration; //! //! let (tx, rx) = channel::<int>(); @@ -144,7 +144,7 @@ //! //! ```no_run //! use std::sync::mpsc::channel; -//! use std::io::timer::Timer; +//! use std::old_io::timer::Timer; //! use std::time::Duration; //! //! let (tx, rx) = channel::<int>(); |
