about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-03-22 15:48:38 +0100
committerGitHub <noreply@github.com>2020-03-22 15:48:38 +0100
commitbc3dad12213f479c6aba8e39a399ef5f6b012daa (patch)
treee60c5c27142c487eed733730354e520c3ea91a37
parentc882b10a9f5429ef3264ce9c239f2cd4025294dd (diff)
parentc746d93e145ac19358b2d846cdbc61e7c7d22a15 (diff)
downloadrust-bc3dad12213f479c6aba8e39a399ef5f6b012daa.tar.gz
rust-bc3dad12213f479c6aba8e39a399ef5f6b012daa.zip
Rollup merge of #70250 - jplatte:patch-1, r=Centril
Remove wrong entry from RELEASES.md

resolves #70247
-rw-r--r--RELEASES.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 7e18f1befdd..a767dc1955c 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -4957,8 +4957,6 @@ Version 1.10.0 (2016-07-07)
 Language
 --------
 
-* [Allow `concat_idents!` in type positions as well as in expression
-  positions](https://github.com/rust-lang/rust/pull/33735).
 * [`Copy` types are required to have a trivial implementation of `Clone`](https://github.com/rust-lang/rust/pull/33420).
   [RFC 1521](https://github.com/rust-lang/rfcs/blob/master/text/1521-copy-clone-semantics.md).
 * [Single-variant enums support the `#[repr(..)]` attribute](https://github.com/rust-lang/rust/pull/33355).