mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
Fix fmt in resolver.rs
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
eb289d0dd2
commit
934c3f370b
1 changed files with 2 additions and 7 deletions
|
@ -1,13 +1,8 @@
|
|||
use std::{net::SocketAddr, sync::Arc};
|
||||
|
||||
use hickory_resolver::{
|
||||
config::{
|
||||
LookupIpStrategy,
|
||||
ResolverConfig,
|
||||
ResolverOpts,
|
||||
},
|
||||
system_conf,
|
||||
TokioAsyncResolver,
|
||||
config::{LookupIpStrategy, ResolverConfig, ResolverOpts},
|
||||
system_conf, TokioAsyncResolver,
|
||||
};
|
||||
use once_cell::sync::OnceCell;
|
||||
use reqwest::dns::{Addrs, Name, Resolve, Resolving};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue