We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e327a82 commit eb9f168Copy full SHA for eb9f168
library/alloc/src/string.rs
@@ -2288,7 +2288,7 @@ impl ToString for char {
2288
}
2289
2290
2291
-#[stable(feature = "u8_to_string_specialization", since = "1.999.0")]
+#[stable(feature = "u8_to_string_specialization", since = "1.54.0")]
2292
impl ToString for u8 {
2293
#[inline]
2294
fn to_string(&self) -> String {
@@ -2307,7 +2307,7 @@ impl ToString for u8 {
2307
2308
2309
2310
-#[stable(feature = "i8_to_string_specialization", since = "1.999.0")]
+#[stable(feature = "i8_to_string_specialization", since = "1.54.0")]
2311
impl ToString for i8 {
2312
2313
0 commit comments