1
0
forked from ROMEO/nexosim

Satisfy newest clippy

This commit is contained in:
Serge Barral 2023-07-16 16:40:41 +02:00
parent 3fcb05eae9
commit 1fcb7e181c

View File

@ -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));