Skip to content

Commit 198b857

Browse files
author
Your Name
committed
fix import
1 parent 085c62a commit 198b857

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/state/raw.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ use crate::chunk::ChunkMode;
1212
use crate::error::{Error, Result};
1313
use crate::function::Function;
1414
use crate::memory::{MemoryState, ALLOCATOR};
15-
#[cfg(not(feature = "luau"))]
16-
use crate::state::util::callback_error_ext;
17-
use crate::state::util::{callback_error_ext_yieldable, ref_stack_pop};
15+
use crate::state::util::{callback_error_ext, callback_error_ext_yieldable, ref_stack_pop};
1816
use crate::stdlib::StdLib;
1917
use crate::string::String;
2018
use crate::table::Table;

0 commit comments

Comments
 (0)