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.
|
// deciding vote on adding a delegate.
|
||||||
self.run_stage(
|
self.run_stage(
|
||||||
handle,
|
handle,
|
||||||
&handshake,
|
handshake,
|
||||||
&stage::CanonicalId {
|
&stage::CanonicalId {
|
||||||
remote,
|
remote,
|
||||||
limit: limit.special,
|
limit: limit.special,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue