about summary refs log tree commit diff
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2020-10-26 11:30:23 +0100
committerGitHub <noreply@github.com>2020-10-26 11:30:23 +0100
commit1186f28861b0cffd42e6d9a4e895db4b901ddd86 (patch)
tree249783569c046094ec2819d3124cfe5317285fea
parente6bf0c3e7fff63eac2b9a18ed266919cd1524226 (diff)
downloadrust-1186f28861b0cffd42e6d9a4e895db4b901ddd86.tar.gz
rust-1186f28861b0cffd42e6d9a4e895db4b901ddd86.zip
Update RELEASES.md
-rw-r--r--RELEASES.md2
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]`