Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: use unreachable! instead of expect
Here, we are telling the compiler that we have already performed a check even though it can’t seem to detect it (for instance, clippy emits a warning because of the expect).
- Loading branch information