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