mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 11:19:28 +00:00
Use get_unchecked in str::[r]split_once This PR removes indices checking in `str::split_once` and `str::rsplit_once` methods.
Use get_unchecked in str::[r]split_once This PR removes indices checking in `str::split_once` and `str::rsplit_once` methods.