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();
|
||||
// bootstrap
|
||||
for addr in bootstrap_addrs.iter() {
|
||||
let addr = addr;
|
||||
let this = &self;
|
||||
let in_tx = &in_tx;
|
||||
futs.push(async move {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue