silence lint

This commit is contained in:
Quaternions 2023-10-10 16:30:00 -07:00
parent dd0ac7cc7e
commit 2e8cdf968c

View File

@ -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,