mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Export core::str::from_raw_parts{,_mut} into alloc::str and std::str
This commit is contained in:
parent
42afefa09b
commit
f94a94227c
@ -30,6 +30,8 @@ pub use core::str::SplitAsciiWhitespace;
|
||||
pub use core::str::SplitInclusive;
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use core::str::SplitWhitespace;
|
||||
#[unstable(feature = "str_from_raw_parts", issue = "119206")]
|
||||
pub use core::str::{from_raw_parts, from_raw_parts_mut};
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use core::str::{from_utf8, from_utf8_mut, Bytes, CharIndices, Chars};
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
|
Loading…
Reference in New Issue
Block a user