Skip to content

nightly-2024-01-09: chore: remove some empty `unreachable!`s (#3982)

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 02:17
· 1615 commits to master since this release
38c732c
# Description

## Problem\*

Resolves <!-- Link to GitHub Issue -->

## Summary\*

This PR adds some strings to unreachable panics so that if they manage
to get run then we get a usable error message.

This should be a noop.

## Additional Context



## Documentation\*

Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.

# PR Checklist\*

- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.