mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-07-10 21:06:43 +00:00
clippy allow
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user