1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-10-02 17:24:28 +00:00

clippy allow

This commit is contained in:
GradualSyrup 2023-09-21 13:25:53 -05:00
parent d7a00e7227
commit 069bdd320b

View file

@ -172,6 +172,7 @@ fn into_transition_term(starting_status: StartingStatus) -> i32 {
}
}
#[allow(clippy::unnecessary_unwrap)]
pub unsafe fn handle_recording() {
let player_module_accessor = try_get_module_accessor(FighterId::Player);
let cpu_module_accessor = try_get_module_accessor(FighterId::CPU);