1
Fork 0

Bump release cutoff

This commit is contained in:
Joshua Nelson 2020-03-10 23:13:56 +00:00
parent 1ac4a46142
commit 8212584c9e

View file

@ -2397,7 +2397,7 @@ impl<T: Clone> From<&mut [T]> for Vec<T> {
}
}
#[stable(feature = "vec_from_array", since = "1.42.0")]
#[stable(feature = "vec_from_array", since = "1.44.0")]
impl<T, const N: usize> From<[T; N]> for Vec<T>
where
[T; N]: LengthAtMost32,