Skip to content

Commit

Permalink
Revert "transports/dns/: Don't feature flag std::io import"
Browse files Browse the repository at this point in the history
This reverts commit 813e3d8.

See why CI failed.
libp2p#3027 (comment)
  • Loading branch information
mxinden committed Oct 19, 2022
1 parent 4d4833f commit 2b770e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transports/dns/src/lib.rs
Expand Up @@ -65,6 +65,7 @@ use libp2p_core::{
};
use parking_lot::Mutex;
use smallvec::SmallVec;
#[cfg(any(feature = "async-std", feature = "tokio"))]
use std::io;
use std::{
convert::TryFrom,
Expand Down

0 comments on commit 2b770e4

Please sign in to comment.