]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/io/timer.rs
Stabilization for `owned` (now `boxed`) and `cell`
[rust.git] / src / libstd / io / timer.rs
index 432461c46063493f4e471d5b42fb29bb0b1d2f07..1c9e428dcad82e897897ddcc4f40ba6c2c3a913b 100644 (file)
@@ -20,7 +20,7 @@
 use comm::{Receiver, Sender, channel};
 use io::{IoResult, IoError};
 use kinds::Send;
-use owned::Box;
+use boxed::Box;
 use rt::rtio::{IoFactory, LocalIo, RtioTimer, Callback};
 
 /// A synchronous timer object