We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0369e6c commit 2545867Copy full SHA for 2545867
src/liballoc/str.rs
@@ -68,6 +68,8 @@ pub use core::str::pattern;
68
pub use core::str::EncodeUtf16;
69
#[stable(feature = "split_ascii_whitespace", since = "1.34.0")]
70
pub use core::str::SplitAsciiWhitespace;
71
+#[stable(feature = "str_escape", since = "1.34.0")]
72
+pub use core::str::{EscapeDebug, EscapeDefault, EscapeUnicode};
73
74
#[unstable(feature = "slice_concat_ext",
75
reason = "trait should not have to exist",
0 commit comments