From f5b4a55c3a61298e7a9646b5835e9a84b370c73f Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 23 Sep 2016 23:20:46 +0000 Subject: [PATCH] Remove reverted feature from relnotes --- RELEASES.md | 2 -- 1 file changed, 2 deletions(-) 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`