Fix no_std build.

This commit is contained in:
Stephen Chung 2020-09-22 18:06:36 +08:00
parent 4719a4ccee
commit e7566da7d2

View File

@ -39,6 +39,7 @@ use crate::optimize::optimize_into_ast;
use crate::stdlib::{ use crate::stdlib::{
any::{type_name, TypeId}, any::{type_name, TypeId},
boxed::Box, boxed::Box,
string::String,
}; };
#[cfg(not(feature = "no_optimize"))] #[cfg(not(feature = "no_optimize"))]