Automated commit: v0.20.0

This commit is contained in:
IQuant 2024-08-19 17:08:34 +03:00
parent 32f918ac0d
commit 3ab095d60b
4 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ static LUA: LazyLock<Lua51> = LazyLock::new(|| unsafe {
// const EWEXT: [(&'static str, Function); 1] = [("testfn", None)];
extern "C" fn test_fn(lua: *mut lua_State) -> c_int {
extern "C" fn test_fn(_lua: *mut lua_State) -> c_int {
println!("test fn called");
0
}