We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca9adb commit a043b91Copy full SHA for a043b91
library/core/src/str/mod.rs
@@ -27,10 +27,8 @@ mod lossy;
27
#[unstable(feature = "str_from_raw_parts", issue = "119206")]
28
pub use converts::{from_raw_parts, from_raw_parts_mut};
29
#[stable(feature = "rust1", since = "1.0.0")]
30
-#[allow(deprecated_in_future)]
31
pub use converts::{from_utf8, from_utf8_unchecked};
32
#[stable(feature = "str_mut_extras", since = "1.20.0")]
33
34
pub use converts::{from_utf8_mut, from_utf8_unchecked_mut};
35
36
pub use error::{ParseBoolError, Utf8Error};
0 commit comments