Update src/lune/builtins/luau.rs

Co-authored-by: Filip Tibell <filip.tibell@gmail.com>
This commit is contained in:
AsynchronousMatrix 2023-08-10 14:00:42 +01:00 committed by GitHub
parent 1eab6586e2
commit 5a658d5966
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)?