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.
2 parents 3c3d3c1 + 2545867 commit a204387Copy full SHA for a204387
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