diff --git a/RELEASES.md b/RELEASES.md index 368a54ab9222a..57aacd8c5ecc4 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -144,8 +144,6 @@ Libraries (https://github.com/rust-lang/rust/pull/34951) * [`Cow` implements `FromIterator` for `char`, `&str` and `String`] (https://github.com/rust-lang/rust/pull/35064) -* [`String` implements `From>` and `From<&[char]>`] - (https://github.com/rust-lang/rust/pull/35054) * [Sockets on Linux are correctly closed in subprocesses via `SOCK_CLOEXEC`] (https://github.com/rust-lang/rust/pull/34946) * [`hash_map::Entry`, `hash_map::VacantEntry` and `hash_map::OccupiedEntry`