Move slice::check_range
to RangeBounds
This commit is contained in:
parent
2c69266c06
commit
1ff7da6551
10 changed files with 104 additions and 101 deletions
|
@ -91,8 +91,6 @@ use crate::borrow::ToOwned;
|
|||
use crate::boxed::Box;
|
||||
use crate::vec::Vec;
|
||||
|
||||
#[unstable(feature = "slice_check_range", issue = "76393")]
|
||||
pub use core::slice::check_range;
|
||||
#[unstable(feature = "array_chunks", issue = "74985")]
|
||||
pub use core::slice::ArrayChunks;
|
||||
#[unstable(feature = "array_chunks", issue = "74985")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue