fetch: fix a small clippy warning about unnecessary borrowing
Signed-off-by: Lars Wirzenius <liw@liw.fi>
This commit is contained in:
parent
cf3cfb7efd
commit
d139762f4d
|
|
@ -383,7 +383,7 @@ impl FetchState {
|
|||
// deciding vote on adding a delegate.
|
||||
self.run_stage(
|
||||
handle,
|
||||
&handshake,
|
||||
handshake,
|
||||
&stage::CanonicalId {
|
||||
remote,
|
||||
limit: limit.special,
|
||||
|
|
|
|||
Loading…
Reference in New Issue