There was an error while loading. Please reload this page.
1 parent 3be4745 commit 31b88e8Copy full SHA for 31b88e8
1 file changed
mlua-sys/src/luau/lualib.rs
@@ -14,7 +14,7 @@ pub const LUA_UTF8LIBNAME: *const c_char = cstr!("utf8");
14
pub const LUA_MATHLIBNAME: *const c_char = cstr!("math");
15
pub const LUA_DBLIBNAME: *const c_char = cstr!("debug");
16
pub const LUA_VECLIBNAME: *const c_char = cstr!("vector");
17
-pub const LUA_INTLIBNAME : *const c_char = cstr!("integer");
+pub const LUA_INTLIBNAME: *const c_char = cstr!("integer");
18
19
unsafe extern "C-unwind" {
20
pub fn luaopen_base(L: *mut lua_State) -> c_int;
0 commit comments