diff --git a/crates/dht/src/dht.rs b/crates/dht/src/dht.rs index 88a9592..a1b23ba 100644 --- a/crates/dht/src/dht.rs +++ b/crates/dht/src/dht.rs @@ -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 {