Skip to content

Commit 2c8a4c8

Browse files
authored
Nightly is currently 1.48
1 parent 6092828 commit 2c8a4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/vec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2772,7 +2772,7 @@ impl From<&str> for Vec<u8> {
27722772
}
27732773
}
27742774

2775-
#[stable(feature = "array_try_from_vec", since = "1.47.0")]
2775+
#[stable(feature = "array_try_from_vec", since = "1.48.0")]
27762776
impl<T, const N: usize> TryFrom<Vec<T>> for [T; N] {
27772777
type Error = Vec<T>;
27782778

0 commit comments

Comments
 (0)