]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/io/net/udp.rs
Stabilization for `owned` (now `boxed`) and `cell`
[rust.git] / src / libstd / io / net / udp.rs
index 21903eb26439cc30c79b60d90acdd8ff29bf51a9..5f7563e7467ba6644e9399dac350f2d3b82c1c03 100644 (file)
@@ -19,7 +19,7 @@
 use io::net::ip::{SocketAddr, IpAddr};
 use io::{Reader, Writer, IoResult, IoError};
 use kinds::Send;
-use owned::Box;
+use boxed::Box;
 use option::Option;
 use result::{Ok, Err};
 use rt::rtio::{RtioSocket, RtioUdpSocket, IoFactory, LocalIo};