diff --git a/asynchronix/src/executor.rs b/asynchronix/src/executor.rs index 613b27b..5eb0ec5 100644 --- a/asynchronix/src/executor.rs +++ b/asynchronix/src/executor.rs @@ -140,7 +140,6 @@ impl Executor { let worker_handles: Vec<_> = local_queues_and_parkers .into_iter() .enumerate() - .into_iter() .map(|(id, (local_queue, worker_parker))| { let thread_builder = thread::Builder::new().name(format!("Worker #{}", id));