Remove that warning from ewext

This commit is contained in:
IQuant 2024-09-14 14:20:50 +03:00
parent c390505c8e
commit e2a184703d

View file

@ -1,6 +1,6 @@
use std::{ffi::c_int, sync::LazyLock};
use lua_bindings::{lua_State, Lua51, LUA_GLOBALSINDEX};
use lua_bindings::{lua_State, Lua51};
mod lua_bindings;