clippy::redundant_locals
This commit is contained in:
parent
e800bdbcfb
commit
e06d2ae1a8
1 changed files with 0 additions and 1 deletions
|
|
@ -498,7 +498,6 @@ impl DhtWorker {
|
||||||
let mut futs = FuturesUnordered::new();
|
let mut futs = FuturesUnordered::new();
|
||||||
// bootstrap
|
// bootstrap
|
||||||
for addr in bootstrap_addrs.iter() {
|
for addr in bootstrap_addrs.iter() {
|
||||||
let addr = addr;
|
|
||||||
let this = &self;
|
let this = &self;
|
||||||
let in_tx = &in_tx;
|
let in_tx = &in_tx;
|
||||||
futs.push(async move {
|
futs.push(async move {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue