Skip to content

Commit 219cb3e

Browse files
committed
[pr] CLippy fix
1 parent ef13ffb commit 219cb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iroh-resolver/src/dns_resolver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use std::net::{IpAddr, Ipv4Addr};
66
use trust_dns_resolver::config::{NameServerConfigGroup, ResolverConfig, ResolverOpts};
77
use trust_dns_resolver::{AsyncResolver, TokioAsyncResolver};
88

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

0 commit comments

Comments
 (0)