]> git.lizzy.rs Git - rust.git/blobdiff - src/liballoc/boxed.rs
Correct some stability versions
[rust.git] / src / liballoc / boxed.rs
index fc6929f896ecbaa70870751f9c59007cc1024983..8a39be8fae8a5210452d4acdaf02a9dfff85f776 100644 (file)
@@ -445,7 +445,7 @@ fn from(s: &'a str) -> Box<str> {
     }
 }
 
-#[stable(feature = "boxed_str_conv", since = "1.18.0")]
+#[stable(feature = "boxed_str_conv", since = "1.19.0")]
 impl From<Box<str>> for Box<[u8]> {
     fn from(s: Box<str>) -> Self {
         unsafe {