Fix no_std builds.

This commit is contained in:
Stephen Chung
2022-01-11 11:33:54 +08:00
parent 00255a9b78
commit 6dedb1ed9f
3 changed files with 37 additions and 6 deletions

View File

@@ -31,6 +31,7 @@ New features
------------
* Added support for integer _ranges_ via the `..` and `..=` operators.
* Added `EvalAltResult::ErrorCustomSyntax` to catch errors in custom syntax, which should not happen unless an `AST` is compiled on one `Engine` but evaluated on another unrelated `Engine`.
Enhancements
------------