Skip to content

Commit 8212584

Browse files
committed
Bump release cutoff
1 parent 1ac4a46 commit 8212584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/vec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2397,7 +2397,7 @@ impl<T: Clone> From<&mut [T]> for Vec<T> {
23972397
}
23982398
}
23992399

2400-
#[stable(feature = "vec_from_array", since = "1.42.0")]
2400+
#[stable(feature = "vec_from_array", since = "1.44.0")]
24012401
impl<T, const N: usize> From<[T; N]> for Vec<T>
24022402
where
24032403
[T; N]: LengthAtMost32,

0 commit comments

Comments
 (0)