Skip to content

Commit 9ae92ad

Browse files
authored
Re-export core::slice::EscapeAscii
1 parent 03d1f24 commit 9ae92ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/alloc/src/slice.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ pub use core::slice::ArrayChunks;
108108
pub use core::slice::ArrayChunksMut;
109109
#[unstable(feature = "array_windows", issue = "75027")]
110110
pub use core::slice::ArrayWindows;
111+
#[unstable(feature = "inherent_ascii_escape", issue = "77174")]
112+
pub use core::slice::EscapeAscii;
111113
#[stable(feature = "slice_get_slice", since = "1.28.0")]
112114
pub use core::slice::SliceIndex;
113115
#[stable(feature = "from_ref", since = "1.28.0")]

0 commit comments

Comments
 (0)