Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type annotation for collection in parse_owned function
Explicitly annotate the type of items collected from format_items to resolve compiler error E0282. The type Box<_> ensures correct inference of the boxed collection type. This resolves issues encountered during compilation with Ferrocene. Closes: #689
- Loading branch information