Merge branch 'master' into plugins

This commit is contained in:
Stephen Chung
2020-07-11 15:11:20 +08:00
10 changed files with 60 additions and 35 deletions

View File

@@ -173,7 +173,7 @@ pub use parser::{CustomExpr, Expr, ReturnType, ScriptFnDef, Stmt};
#[cfg(feature = "internals")]
#[deprecated(note = "this type is volatile and may change")]
pub use engine::{Imports, State as EvalState};
pub use engine::{Expression, Imports, State as EvalState};
#[cfg(feature = "internals")]
#[deprecated(note = "this type is volatile and may change")]