forked from StrafesNET/strafe-client
silence lint
This commit is contained in:
parent
dd0ac7cc7e
commit
2e8cdf968c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user