Skip to content

Commit b68bb6c

Browse files
authored
Nightly is currently 1.48
1 parent 8698dd0 commit b68bb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)