1
Fork 0

Move slice::check_range to RangeBounds

This commit is contained in:
dylni 2020-09-18 12:17:51 -04:00
parent 2c69266c06
commit 1ff7da6551
10 changed files with 104 additions and 101 deletions

View file

@ -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")]