mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-04 06:01:35 +11:00
allow with justification
This commit is contained in:
parent
078f4f22a9
commit
56f1b68055
|
@ -102,6 +102,8 @@ impl EntityMap {
|
||||||
AnimationInstruction::Add(idx, entity, location, None)
|
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(
|
fn attempt_move_in_direction(
|
||||||
&mut self,
|
&mut self,
|
||||||
map: &Map,
|
map: &Map,
|
||||||
|
|
Loading…
Reference in a new issue