mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
187b8771dc
Move `slice::check_range` to `RangeBounds` Since this method doesn't take a slice anymore (#76662), it makes more sense to define it on `RangeBounds`. Questions: - Should the new method be `assert_len` or `assert_length`? |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |