Update RELEASES.md

This commit is contained in:
XAMPPRocky 2020-10-26 11:30:23 +01:00 committed by GitHub
parent e6bf0c3e7f
commit 1186f28861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Libraries
---------
- [`io::Write` is now implemented for `&ChildStdin` `&Sink`, `&Stdout`,
and `&Stderr`.][76275]
- [All arrays now implement `TryFrom<Vec<T>>`.][76310]
- [All arrays of any length now implement `TryFrom<Vec<T>>`.][76310]
- [The `matches!` macro now supports having a trailing comma.][74880]
- [`Vec<A>` now implements `PartialEq<[B]>` where `A: PartialEq<B>`.][74194]
- [Nearly all of `Cell`'s panicking functions now use the `#[track_caller]`