Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use a static rather than const for DSL V1 Grammar node instance
This previously used const for the `fn instance()` meaning it always returned a fresh copy with a separate allocation. The fixed behaviour should better match the intent of handing out `Rc`s to a single instance. Found with Clippy.
- Loading branch information