Bump release cutoff
This commit is contained in:
parent
1ac4a46142
commit
8212584c9e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue