X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=RELEASES.md;h=4409b6ad7b1d68833fad322f0079176d98c91e0b;hb=4468473e1b2d3bdb9e7da438acc1448d810771ef;hp=8f04980e390367dcf5bb9c187f710a00ead0d819;hpb=6064be7ced9e56a8b10cb33c4183b07a6f55965d;p=rust.git 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