We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2604440 + eb9f168 commit 55e21e8Copy full SHA for 55e21e8
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