Skip to content

Commit a043b91

Browse files
author
Robert Bastian
committed
huh
1 parent 5ca9adb commit a043b91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/core/src/str/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ mod lossy;
2727
#[unstable(feature = "str_from_raw_parts", issue = "119206")]
2828
pub use converts::{from_raw_parts, from_raw_parts_mut};
2929
#[stable(feature = "rust1", since = "1.0.0")]
30-
#[allow(deprecated_in_future)]
3130
pub use converts::{from_utf8, from_utf8_unchecked};
3231
#[stable(feature = "str_mut_extras", since = "1.20.0")]
33-
#[allow(deprecated_in_future)]
3432
pub use converts::{from_utf8_mut, from_utf8_unchecked_mut};
3533
#[stable(feature = "rust1", since = "1.0.0")]
3634
pub use error::{ParseBoolError, Utf8Error};

0 commit comments

Comments
 (0)