Initial implementation of str::from_raw_parts[_mut]
This commit is contained in:
@@ -33,6 +33,9 @@ pub use converts::{from_utf8, from_utf8_unchecked};
|
||||
#[stable(feature = "str_mut_extras", since = "1.20.0")]
|
||||
pub use converts::{from_utf8_mut, from_utf8_unchecked_mut};
|
||||
|
||||
#[unstable(feature = "str_from_raw_parts", issue = "119206")]
|
||||
pub use converts::{from_raw_parts, from_raw_parts_mut};
|
||||
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use error::{ParseBoolError, Utf8Error};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user