1
Fork 0

Removing unused imports

This commit is contained in:
Alex Crichton 2013-03-26 16:38:07 -04:00
parent cc83049a56
commit be57d745d2
127 changed files with 288 additions and 306 deletions

View file

@ -149,7 +149,7 @@ pub fn get_addr(node: &str, iotask: &iotask)
}
pub mod v4 {
use net::ip::{IpAddr, Ipv4, Ipv6, ParseAddrErr};
use net::ip::{IpAddr, Ipv4, ParseAddrErr};
use uv::ll;
use uv_ip4_addr = uv::ll::ip4_addr;
use uv_ip4_name = uv::ll::ip4_name;