Backport positional argument handler fix.

This commit is contained in:
2025-11-26 15:12:49 +11:00
parent 7165bb9841
commit 20f5a0bf10
2 changed files with 2 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ println!("{file:?} -> {out:?} (number: {number:?})",
### Changelog ###
main:
* Fixed coerced `ArgumentError` not being rewritten for positional arguments.
* Moved top level includes to `pub use`.
v0.2.1: