Update RELEASES.md
This commit is contained in:
parent
e6bf0c3e7f
commit
1186f28861
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Libraries
|
||||||
---------
|
---------
|
||||||
- [`io::Write` is now implemented for `&ChildStdin` `&Sink`, `&Stdout`,
|
- [`io::Write` is now implemented for `&ChildStdin` `&Sink`, `&Stdout`,
|
||||||
and `&Stderr`.][76275]
|
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]
|
- [The `matches!` macro now supports having a trailing comma.][74880]
|
||||||
- [`Vec<A>` now implements `PartialEq<[B]>` where `A: PartialEq<B>`.][74194]
|
- [`Vec<A>` now implements `PartialEq<[B]>` where `A: PartialEq<B>`.][74194]
|
||||||
- [Nearly all of `Cell`'s panicking functions now use the `#[track_caller]`
|
- [Nearly all of `Cell`'s panicking functions now use the `#[track_caller]`
|
||||||
|
|
Loading…
Add table
Reference in a new issue