Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace checked slice indexing by unchecked to support panic-free code
Fixes rust-lang#126425 Replace the potentially panicking `[]` indexing with `get_unchecked()` to prevent linking with panic-related code.
- Loading branch information