Merge branch 'master' into plugins_dev

This commit is contained in:
Stephen Chung 2020-08-20 17:02:57 +08:00
commit 6e54b22b31

View File

@ -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"))]