summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Anderson <andersrb@gmail.com>2016-09-23 23:21:18 +0000
committerGitHub <noreply@github.com>2016-09-23 23:21:18 +0000
commit3191fbae9da539442351f883bdabcad0d72efcb6 (patch)
tree412bdcca451dc2cdc5ac0ef1684ef73a6552d631
parentd3eb33ef8fb536f6b7aca2e8613027c54218554d (diff)
parentf5b4a55c3a61298e7a9646b5835e9a84b370c73f (diff)
Merge pull request #36687 from brson/beta-next1.12.0
Remove reverted feature from relnotes
-rw-r--r--RELEASES.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 368a54ab922..57aacd8c5ec 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -144,8 +144,6 @@ Libraries
(https://github.com/rust-lang/rust/pull/34951)
* [`Cow<str>` implements `FromIterator` for `char`, `&str` and `String`]
(https://github.com/rust-lang/rust/pull/35064)
-* [`String` implements `From<Vec<char>>` 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`