clippy::redundant_locals

This commit is contained in:
Cyril Plisko 2023-08-08 11:08:14 +03:00
parent e800bdbcfb
commit e06d2ae1a8

View file

@ -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 {