Fix internals build.

This commit is contained in:
Stephen Chung
2021-03-08 15:55:26 +08:00
parent 62928f8613
commit 57140cbeeb
3 changed files with 3 additions and 7 deletions

View File

@@ -141,10 +141,6 @@ pub use fn_native::Shared;
#[cfg(not(feature = "no_closure"))]
use fn_native::Locked;
#[cfg(feature = "internals")]
pub use utils::{calc_fn_hash, calc_fn_params_hash, combine_hashes, HashableHashMap};
#[cfg(not(feature = "internals"))]
pub(crate) use utils::{calc_fn_hash, calc_fn_params_hash, combine_hashes};
pub use rhai_codegen::*;