From d139762f4dbbb4ac72e72535bafaaa05e8284125 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 15 Jan 2024 19:23:15 +0200 Subject: [PATCH] fetch: fix a small clippy warning about unnecessary borrowing Signed-off-by: Lars Wirzenius --- radicle-fetch/src/state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicle-fetch/src/state.rs b/radicle-fetch/src/state.rs index 218bcc95..fd82cd36 100644 --- a/radicle-fetch/src/state.rs +++ b/radicle-fetch/src/state.rs @@ -383,7 +383,7 @@ impl FetchState { // deciding vote on adding a delegate. self.run_stage( handle, - &handshake, + handshake, &stage::CanonicalId { remote, limit: limit.special,