Re-export core::str::{EscapeDebug, EscapeDefault, EscapeUnicode} in std

This commit is contained in:
Lzu Tao
2019-04-12 05:18:36 +00:00
parent 0369e6c539
commit 2545867b41
+2
View File
@@ -68,6 +68,8 @@
pub use core::str::EncodeUtf16;
#[stable(feature = "split_ascii_whitespace", since = "1.34.0")]
pub use core::str::SplitAsciiWhitespace;
#[stable(feature = "str_escape", since = "1.34.0")]
pub use core::str::{EscapeDebug, EscapeDefault, EscapeUnicode};
#[unstable(feature = "slice_concat_ext",
reason = "trait should not have to exist",