Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(stmt)!: mark statement as non-exhaustive
non-exhaustive avoids future breaking changes when statements are added by forcing users to add a wildcard arm to match on statement.
- Loading branch information