Skip to content

Commit

Permalink
Re-export core::slice::EscapeAscii
Browse files Browse the repository at this point in the history
  • Loading branch information
mbartlett21 committed Nov 5, 2021
1 parent 03d1f24 commit 9ae92ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/alloc/src/slice.rs
Expand Up @@ -108,6 +108,8 @@ 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")]
pub use core::slice::EscapeAscii;
#[stable(feature = "slice_get_slice", since = "1.28.0")]
pub use core::slice::SliceIndex;
#[stable(feature = "from_ref", since = "1.28.0")]
Expand Down

0 comments on commit 9ae92ad

Please sign in to comment.