Fix builds.

This commit is contained in:
Stephen Chung
2022-02-04 13:31:33 +08:00
parent 3be27746e0
commit f09abd7ab3
3 changed files with 4 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ use crate::types::dynamic::AccessMode;
use crate::types::StringsInterner;
use crate::{
calc_fn_hash, Dynamic, Engine, ExclusiveRange, Identifier, ImmutableString, InclusiveRange,
LexError, ParseError, Position, Scope, Shared, StaticVec, Variant, AST, INT, PERR,
LexError, ParseError, Position, Scope, Shared, StaticVec, AST, INT, PERR,
};
#[cfg(feature = "no_std")]
use std::prelude::v1::*;