mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
add_class_restricted_method_mut isn't dead code anymore
This commit is contained in:
parent
b8de95eb1e
commit
15e45ff8fe
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ pub(crate) fn add_class_restricted_method<'lua, M: LuaUserDataMethods<'lua, Inst
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(dead_code)]
|
|
||||||
pub(crate) fn add_class_restricted_method_mut<
|
pub(crate) fn add_class_restricted_method_mut<
|
||||||
'lua,
|
'lua,
|
||||||
M: LuaUserDataMethods<'lua, Instance>,
|
M: LuaUserDataMethods<'lua, Instance>,
|
||||||
|
|
Loading…
Add table
Reference in a new issue