about summary refs log tree commit diff
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2021-01-02 09:58:23 +0000
committerGitHub <noreply@github.com>2021-01-02 09:58:23 +0000
commita2f277805c6ce130692fc652ccaf9a8a1bf8b28d (patch)
tree1d2069b920ff8b97149b88414faa8d4a9aebfb79
parent5986dd878f3e432025eb1946149e3241d3998b1b (diff)
downloadrust-a2f277805c6ce130692fc652ccaf9a8a1bf8b28d.tar.gz
rust-a2f277805c6ce130692fc652ccaf9a8a1bf8b28d.zip
Remove reverted change from relnotes
-rw-r--r--RELEASES.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 8f04980e390..4409b6ad7b1 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -45,7 +45,6 @@ Libraries
 
 - [`RangeInclusive` now checks for exhaustion when calling `contains` and indexing.][78109]
 - [`ToString::to_string` now no longer shrinks the internal buffer in the default implementation.][77997]
-- [`ops::{Index, IndexMut}` are now implemented for fixed sized arrays of any length.][74989]
 
 Stabilized APIs
 ---------------
@@ -110,7 +109,6 @@ related tools.
 [76199]: https://github.com/rust-lang/rust/pull/76199
 [76119]: https://github.com/rust-lang/rust/pull/76119
 [75914]: https://github.com/rust-lang/rust/pull/75914
-[74989]: https://github.com/rust-lang/rust/pull/74989
 [79004]: https://github.com/rust-lang/rust/pull/79004
 [78676]: https://github.com/rust-lang/rust/pull/78676
 [79904]: https://github.com/rust-lang/rust/issues/79904