Fix typo.
This commit is contained in:
parent
dda7bc7b85
commit
fedd09053a
@ -184,7 +184,7 @@ impl<'a, 's, 'ps, 'g, 'pg, 'c, 'pc, 't, 'pt> EvalContext<'a, 's, 'ps, 'g, 'pg, '
|
|||||||
};
|
};
|
||||||
|
|
||||||
match expr {
|
match expr {
|
||||||
crate::Expr::Stmt(statements) => self.engine.eval_stmt_block(
|
crate::ast::Expr::Stmt(statements) => self.engine.eval_stmt_block(
|
||||||
self.scope,
|
self.scope,
|
||||||
self.global,
|
self.global,
|
||||||
caches,
|
caches,
|
||||||
|
Loading…
Reference in New Issue
Block a user