mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-01-31 14:37:24 +00:00
Remove style lint allows
This commit is contained in:
parent
6eb99546f9
commit
4dfc78c98f
1 changed files with 0 additions and 5 deletions
|
@ -1,8 +1,4 @@
|
|||
#![feature(proc_macro_hygiene)]
|
||||
#![allow(unused_variables)]
|
||||
#![allow(dead_code)]
|
||||
#![allow(non_snake_case)]
|
||||
#![allow(non_upper_case_globals)]
|
||||
#![feature(with_options)]
|
||||
#![feature(const_mut_refs)]
|
||||
|
||||
|
@ -22,7 +18,6 @@ use smash::lib::lua_const::*;
|
|||
use smash::lib::L2CValue;
|
||||
use smash::lua2cpp::L2CFighterCommon;
|
||||
|
||||
#[allow(unused_unsafe)]
|
||||
#[skyline::hook(replace = smash::lua2cpp::L2CFighterCommon_sub_guard_cont)]
|
||||
pub unsafe fn handle_sub_guard_cont(fighter: &mut L2CFighterCommon) -> L2CValue {
|
||||
let module_accessor = sv_system::battle_object_module_accessor(fighter.lua_state_agent);
|
||||
|
|
Loading…
Reference in a new issue