Skip to content

Commit

Permalink
fix unused trust-dns imports (#2090)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar authored Jan 12, 2024
1 parent 4f54ba7 commit eeaece9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dns/trust_dns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
use hyper::client::connect::dns::Name;
use once_cell::sync::OnceCell;
pub use trust_dns_resolver::config::{ResolverConfig, ResolverOpts};
use trust_dns_resolver::{lookup_ip::LookupIpIntoIter, system_conf, TokioAsyncResolver};

use std::io;
Expand Down

0 comments on commit eeaece9

Please sign in to comment.