mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
clippy allow
This commit is contained in:
parent
d7a00e7227
commit
069bdd320b
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ fn into_transition_term(starting_status: StartingStatus) -> i32 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(clippy::unnecessary_unwrap)]
|
||||||
pub unsafe fn handle_recording() {
|
pub unsafe fn handle_recording() {
|
||||||
let player_module_accessor = try_get_module_accessor(FighterId::Player);
|
let player_module_accessor = try_get_module_accessor(FighterId::Player);
|
||||||
let cpu_module_accessor = try_get_module_accessor(FighterId::CPU);
|
let cpu_module_accessor = try_get_module_accessor(FighterId::CPU);
|
||||||
|
|
Loading…
Reference in a new issue