Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
“ramfox” committed Jan 10, 2025
1 parent 201ef1e commit 9b57aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-relay/src/server/clients.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9b57aab

Please sign in to comment.