mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
Update src/lune/builtins/luau.rs
Co-authored-by: Filip Tibell <filip.tibell@gmail.com>
This commit is contained in:
parent
1eab6586e2
commit
5a658d5966
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ use mlua::prelude::*;
|
|||
use mlua::Compiler as LuaCompiler;
|
||||
|
||||
use crate::lune::lua::table::TableBuilder;
|
||||
// use as LuaNumber;
|
||||
|
||||
pub fn create(lua: &'static Lua) -> LuaResult<LuaTable> {
|
||||
TableBuilder::new(lua)?
|
||||
|
|
Loading…
Add table
Reference in a new issue