allow with justification

This commit is contained in:
Corwin 2023-08-29 21:01:35 +01:00
parent 078f4f22a9
commit 56f1b68055
No known key found for this signature in database

View file

@ -102,6 +102,8 @@ impl EntityMap {
AnimationInstruction::Add(idx, entity, location, None)
}
// allow because while it's a lot of arguments, it's not confusing because they are all of different types
#[allow(clippy::too_many_arguments)]
fn attempt_move_in_direction(
&mut self,
map: &Map,