diff --git a/src/asns.rs b/src/asns.rs index 6a63d48..cd4cd6b 100644 --- a/src/asns.rs +++ b/src/asns.rs @@ -1,10 +1,10 @@ use flate2::read::GzDecoder; -use hyper::net::HttpsConnector; use hyper::{self, Client}; +use hyper::net::HttpsConnector; use hyper_native_tls::NativeTlsClient; use std::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; -use std::collections::Bound::{Included, Unbounded}; use std::collections::BTreeSet; +use std::collections::Bound::{Included, Unbounded}; use std::io::prelude::*; use std::net::IpAddr; use std::str::FromStr;