Re-export core::slice::EscapeAscii
This commit is contained in:
parent
03d1f24db8
commit
9ae92ad19a
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@ pub use core::slice::ArrayChunks;
|
||||||
pub use core::slice::ArrayChunksMut;
|
pub use core::slice::ArrayChunksMut;
|
||||||
#[unstable(feature = "array_windows", issue = "75027")]
|
#[unstable(feature = "array_windows", issue = "75027")]
|
||||||
pub use core::slice::ArrayWindows;
|
pub use core::slice::ArrayWindows;
|
||||||
|
#[unstable(feature = "inherent_ascii_escape", issue = "77174")]
|
||||||
|
pub use core::slice::EscapeAscii;
|
||||||
#[stable(feature = "slice_get_slice", since = "1.28.0")]
|
#[stable(feature = "slice_get_slice", since = "1.28.0")]
|
||||||
pub use core::slice::SliceIndex;
|
pub use core::slice::SliceIndex;
|
||||||
#[stable(feature = "from_ref", since = "1.28.0")]
|
#[stable(feature = "from_ref", since = "1.28.0")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue