mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
b6d7ff3aa7
Remove `rustc_inherit_overflow_checks` from `position()` in slice iterators This method implementation can never cause an overflow, since `i` can never go over the slice's length.