Fix unsafe violation in for loop.

This commit is contained in:
Stephen Chung
2022-01-15 10:18:16 +08:00
parent 2677e7dc8a
commit a8ec984b0f
3 changed files with 34 additions and 11 deletions

View File

@@ -11,6 +11,7 @@ Bug fixes
* `chop` for arrays and BLOB's now works properly.
* `set_bit` for bit-flags with negative index now works correctly.
* Misnamed `params` field `name` in the JSON output of `Engine::gen_fn_metadata_to_json` is fixed (was incorrectly named `type`).
* Fixes a potential `unsafe` violation in `for` loop.
Enhancements
------------