mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +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)
|
||||
}
|
||||
|
||||
// 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,
|
||||
|
|
Loading…
Reference in a new issue