We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42afefa commit f94a942Copy full SHA for f94a942
library/alloc/src/str.rs
@@ -30,6 +30,8 @@ pub use core::str::SplitAsciiWhitespace;
30
pub use core::str::SplitInclusive;
31
#[stable(feature = "rust1", since = "1.0.0")]
32
pub use core::str::SplitWhitespace;
33
+#[unstable(feature = "str_from_raw_parts", issue = "119206")]
34
+pub use core::str::{from_raw_parts, from_raw_parts_mut};
35
36
pub use core::str::{from_utf8, from_utf8_mut, Bytes, CharIndices, Chars};
37
0 commit comments