Skip to content

Commit

Permalink
Export luauthread
Browse files Browse the repository at this point in the history
  • Loading branch information
bjcscat authored Dec 16, 2024
1 parent d3db1fe commit ae0e4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ use ffi::{
prelude::*,
};
use memory::{luau_alloc_cb, DefaultLuauAllocator};
use threads::LuauThread;
use userdata::{
drop_userdata, dtor_rs_luau_userdata_callback, Userdata, UserdataBorrowError, UserdataRef,
UserdataRefMut, UD_TAG,
Expand All @@ -35,6 +34,7 @@ use userdata::{
pub use ffi::prelude::LuauStatus;
pub use libs::LuauLibs;
pub use memory::LuauAllocator;
pub use threads::LuauThread;

macro_rules! luau_stack_precondition {
($cond:expr) => {
Expand Down

0 comments on commit ae0e4fe

Please sign in to comment.