EvalContext::scope_mut returns &mut Scope.

This commit is contained in:
Stephen Chung
2022-11-23 13:22:47 +08:00
parent 4e27039521
commit 2c73d403f7
2 changed files with 4 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ Enhancements
* The `TypeBuilder` type and `CustomType` trait are no longer marked as volatile.
* `FuncArgs` is also implemented for arrays.
* `Engine::set_XXX` API can now be chained.
* `EvalContext::scope_mut` now returns `&mut Scope` instead of `&mut &mut Scope`.
Version 1.11.0