From 2e8cdf968cd9fd88f42ada2fccd5fe6c75ac5ea2 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Tue, 10 Oct 2023 16:30:00 -0700 Subject: [PATCH] silence lint --- src/worker.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,