diff options
| author | XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> | 2020-10-26 11:30:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-26 11:30:23 +0100 |
| commit | 1186f28861b0cffd42e6d9a4e895db4b901ddd86 (patch) | |
| tree | 249783569c046094ec2819d3124cfe5317285fea | |
| parent | e6bf0c3e7fff63eac2b9a18ed266919cd1524226 (diff) | |
| download | rust-1186f28861b0cffd42e6d9a4e895db4b901ddd86.tar.gz rust-1186f28861b0cffd42e6d9a4e895db4b901ddd86.zip | |
Update RELEASES.md
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 91ec16f2df2..a24e2534fd6 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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]` |
