Fix builds.
This commit is contained in:
parent
22ee12531c
commit
dc5e80c821
@ -13,8 +13,9 @@ pub mod script;
|
||||
|
||||
pub use args::FuncArgs;
|
||||
pub use builtin::{get_builtin_binary_op_fn, get_builtin_op_assignment_fn};
|
||||
#[cfg(not(feature = "no_module"))]
|
||||
pub use call::{ensure_no_data_race, FnCallArgs};
|
||||
#[cfg(not(feature = "no_closure"))]
|
||||
pub use call::ensure_no_data_race;
|
||||
pub use call::FnCallArgs;
|
||||
pub use callable_function::CallableFunction;
|
||||
#[cfg(not(feature = "no_function"))]
|
||||
pub use func::Func;
|
||||
|
Loading…
Reference in New Issue
Block a user