Rename Range::ensure_subset_of
to slice::range
This commit is contained in:
parent
f6111a256e
commit
5d519eaa6e
8 changed files with 115 additions and 112 deletions
|
@ -92,6 +92,8 @@ use crate::borrow::ToOwned;
|
|||
use crate::boxed::Box;
|
||||
use crate::vec::Vec;
|
||||
|
||||
#[unstable(feature = "slice_range", issue = "76393")]
|
||||
pub use core::slice::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