We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9763e0c + 786ad87 commit de1a767Copy full SHA for de1a767
RELEASES.md
@@ -43,7 +43,7 @@ Libraries
43
- [Unicode 13 is now supported.][69929]
44
- [`String` now implements `From<&mut str>`.][69661]
45
- [`IoSlice` now implements `Copy`.][69403]
46
-- [`Vec<T>` now implements `From<[T; N]>`.][68692] Where `N` is less than 32.
+- [`Vec<T>` now implements `From<[T; N]>`.][68692] Where `N` is at most 32.
47
- [`proc_macro::LexError` now implements `fmt::Display` and `Error`.][68899]
48
- [`from_le_bytes`, `to_le_bytes`, `from_be_bytes`, `to_be_bytes`,
49
`from_ne_bytes`, and `to_ne_bytes` methods are now `const` for all
0 commit comments