fetch: fix a small clippy warning about unnecessary borrowing

Signed-off-by: Lars Wirzenius <liw@liw.fi>
This commit is contained in:
Lars Wirzenius 2024-01-15 19:23:15 +02:00
parent cf3cfb7efd
commit d139762f4d
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ impl FetchState {
// deciding vote on adding a delegate.
self.run_stage(
handle,
&handshake,
handshake,
&stage::CanonicalId {
remote,
limit: limit.special,