diff options
| author | bors <bors@rust-lang.org> | 2014-01-06 08:41:45 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-01-06 08:41:45 -0800 |
| commit | 8b71b6415dd16dc694bc7d3b1a99d0116b6a0cee (patch) | |
| tree | 36a072b3674753d32ee7f96e1e1c25e7993e4000 /src/libstd/io | |
| parent | bae091e5171c90803e9c40fb01a76d1b0b6f4321 (diff) | |
| parent | 2097570f4ca354d2f0d18c52659c472cda4fab08 (diff) | |
| download | rust-8b71b6415dd16dc694bc7d3b1a99d0116b6a0cee.tar.gz rust-8b71b6415dd16dc694bc7d3b1a99d0116b6a0cee.zip | |
auto merge of #11333 : cmr/rust/triage2, r=alexcrichton
Diffstat (limited to 'src/libstd/io')
| -rw-r--r-- | src/libstd/io/net/udp.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstd/io/net/udp.rs b/src/libstd/io/net/udp.rs index b4f79b285b7..8994f6b461a 100644 --- a/src/libstd/io/net/udp.rs +++ b/src/libstd/io/net/udp.rs @@ -99,9 +99,8 @@ impl Writer for UdpStream { #[cfg(test)] mod test { use super::*; - use io::net::ip::{Ipv4Addr, SocketAddr}; + use io::net::ip::{SocketAddr}; use io::*; - use io::test::*; use prelude::*; iotest!(fn bind_error() { |
