Fix no_std.

This commit is contained in:
Stephen Chung
2020-10-29 12:00:02 +08:00
parent 4e115d2bc2
commit a73584cd36
3 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ use crate::utils::{ImmutableString, StraightHasherBuilder};
use crate::{calc_native_fn_hash, calc_script_fn_hash, StaticVec};
#[cfg(not(feature = "no_function"))]
use crate::{fn_native::Shared, ast::ScriptFnDef};
use crate::{ast::ScriptFnDef, fn_native::Shared};
#[cfg(not(feature = "no_module"))]
use crate::{