Skip to content

Commit

Permalink
[pr] CLippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodolsky committed Nov 24, 2022
1 parent ef13ffb commit 219cb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-resolver/src/dns_resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::net::{IpAddr, Ipv4Addr};
use trust_dns_resolver::config::{NameServerConfigGroup, ResolverConfig, ResolverOpts};
use trust_dns_resolver::{AsyncResolver, TokioAsyncResolver};

#[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
#[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
pub struct DnsResolverConfig {
/// Mapping from TLD to the specific instance of resolver
tld_resolvers: Option<HashMap<String, ResolverConfig>>,
Expand Down

0 comments on commit 219cb3e

Please sign in to comment.