diff --git a/transports/dns/src/lib.rs b/transports/dns/src/lib.rs index 7f76a378..1b9bb199 100644 --- a/transports/dns/src/lib.rs +++ b/transports/dns/src/lib.rs @@ -65,7 +65,6 @@ use libp2p_core::{ }; use parking_lot::Mutex; use smallvec::SmallVec; -#[cfg(any(feature = "async-std", feature = "tokio"))] use std::io; use std::{ convert::TryFrom,