From 2f703e4304c1c9b15c616b7a08bac581af5ab430 Mon Sep 17 00:00:00 2001 From: Oliver Middleton Date: Sat, 20 May 2017 08:38:39 +0100 Subject: Correct some stability versions These were found by running tidy on stable versions of rust and finding features stabilised with the wrong version numbers. --- src/liballoc/boxed.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liballoc') diff --git a/src/liballoc/boxed.rs b/src/liballoc/boxed.rs index fc6929f896e..8a39be8fae8 100644 --- a/src/liballoc/boxed.rs +++ b/src/liballoc/boxed.rs @@ -445,7 +445,7 @@ impl<'a> From<&'a str> for Box { } } -#[stable(feature = "boxed_str_conv", since = "1.18.0")] +#[stable(feature = "boxed_str_conv", since = "1.19.0")] impl From> for Box<[u8]> { fn from(s: Box) -> Self { unsafe { -- cgit 1.4.1-3-g733a5