diff --git a/src/worker.rs b/src/worker.rs index bdeb9573..f1d31960 100644 --- a/src/worker.rs +++ b/src/worker.rs @@ -79,7 +79,7 @@ fn test_worker() { ); // Send tasks to the worker - for i in 0..5 { + for _ in 0..5 { let task = crate::instruction::TimedInstruction{ time:0, instruction:crate::physics::PhysicsInstruction::StrafeTick,