From 9b57aab725584c172555f4471eaadb7d82a6f31f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cramfox=E2=80=9D?= <“kasey@n0.computer”> Date: Thu, 9 Jan 2025 20:02:16 -0500 Subject: [PATCH] clippy --- iroh-relay/src/server/clients.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iroh-relay/src/server/clients.rs b/iroh-relay/src/server/clients.rs index 2164f149d4..2f60d7b078 100644 --- a/iroh-relay/src/server/clients.rs +++ b/iroh-relay/src/server/clients.rs @@ -71,7 +71,7 @@ impl Clients { /// peer is gone from the network. /// /// Must be passed a matching connection_id. - pub(super) async fn unregister<'a>(&self, connection_id: u64, node_id: NodeId) { + pub(super) async fn unregister(&self, connection_id: u64, node_id: NodeId) { trace!( node_id = node_id.fmt_short(), connection_id,