Skip to content

Commit

Permalink
Actually export ExecutorInner
Browse files Browse the repository at this point in the history
  • Loading branch information
kyren committed Jan 1, 2024
1 parent 60b800a commit 91bb9d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/thread/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ use thiserror::Error;
use crate::TypeError;

pub use self::{
executor::{BadExecutorMode, CurrentThread, Execution, Executor, ExecutorMode, UpperLuaFrame},
executor::{
BadExecutorMode, CurrentThread, Execution, Executor, ExecutorInner, ExecutorMode,
UpperLuaFrame,
},
thread::{BadThreadMode, OpenUpValue, Thread, ThreadInner, ThreadMode},
vm::BinaryOperatorError,
};
Expand Down

0 comments on commit 91bb9d7

Please sign in to comment.