mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
bugfix: update 'TableBuilder' ref
This commit is contained in:
parent
cfa2aa50b5
commit
34792648b9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
use mlua::prelude::*;
|
||||
use mlua::Compiler as LuaCompiler;
|
||||
|
||||
use crate::lua::table::TableBuilder;
|
||||
use crate::lune::lua::table::TableBuilder;
|
||||
|
||||
pub fn create(lua: &'static Lua) -> LuaResult<LuaTable> {
|
||||
TableBuilder::new(lua)?
|
||||
|
|
Loading…
Add table
Reference in a new issue