Skip to content

Commit 180a651

Browse files
committed
chore: clippy
1 parent 9e5759d commit 180a651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iroh-net/src/magic_endpoint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ impl MagicEndpoint {
522522

523523
/// Get a reference to the DNS resolver used in this [`MagicEndpoint`].
524524
pub fn dns_resolver(&self) -> &DnsResolver {
525-
&self.msock.dns_resolver()
525+
self.msock.dns_resolver()
526526
}
527527

528528
/// Close the QUIC endpoint and the magic socket.

0 commit comments

Comments
 (0)