Skip to content

Commit

Permalink
Rollup merge of #72914 - petertodd:2020-minor-at-most-32, r=jonas-sch…
Browse files Browse the repository at this point in the history
…ievink

Minor: off-by-one error in RELEASES.md
  • Loading branch information
Dylan-DPC authored Jun 2, 2020
2 parents 9763e0c + 786ad87 commit de1a767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Libraries
- [Unicode 13 is now supported.][69929]
- [`String` now implements `From<&mut str>`.][69661]
- [`IoSlice` now implements `Copy`.][69403]
- [`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.
- [`proc_macro::LexError` now implements `fmt::Display` and `Error`.][68899]
- [`from_le_bytes`, `to_le_bytes`, `from_be_bytes`, `to_be_bytes`,
`from_ne_bytes`, and `to_ne_bytes` methods are now `const` for all
Expand Down

0 comments on commit de1a767

Please sign in to comment.