Stabilise inherent_ascii_escape (FCP in #77174)
This commit is contained in:
parent
9efe61df7f
commit
de6e973176
5 changed files with 11 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue