Fix no_std build.
This commit is contained in:
parent
4719a4ccee
commit
e7566da7d2
@ -39,6 +39,7 @@ use crate::optimize::optimize_into_ast;
|
||||
use crate::stdlib::{
|
||||
any::{type_name, TypeId},
|
||||
boxed::Box,
|
||||
string::String,
|
||||
};
|
||||
|
||||
#[cfg(not(feature = "no_optimize"))]
|
||||
|
Loading…
Reference in New Issue
Block a user