1
Fork 0

Stabilise inherent_ascii_escape (FCP in #77174)

This commit is contained in:
ltdk 2022-02-10 21:09:05 -05:00
parent 9efe61df7f
commit de6e973176
5 changed files with 11 additions and 14 deletions

View file

@ -108,7 +108,7 @@ pub use core::slice::ArrayChunks;
pub use core::slice::ArrayChunksMut;
#[unstable(feature = "array_windows", issue = "75027")]
pub use core::slice::ArrayWindows;
#[unstable(feature = "inherent_ascii_escape", issue = "77174")]
#[stable(feature = "inherent_ascii_escape", since = "1.60.0")]
pub use core::slice::EscapeAscii;
#[stable(feature = "slice_get_slice", since = "1.28.0")]
pub use core::slice::SliceIndex;