about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorJonas Platte <jplatte@users.noreply.github.com>2020-03-21 23:33:33 +0100
committerGitHub <noreply@github.com>2020-03-21 23:33:33 +0100
commitc746d93e145ac19358b2d846cdbc61e7c7d22a15 (patch)
treecfa0641d6dac2362e0eed42d5a04a154e56f9c39 /RELEASES.md
parent38114ff16e7856f98b2b4be7ab4cd29b38bed59a (diff)
downloadrust-c746d93e145ac19358b2d846cdbc61e7c7d22a15.tar.gz
rust-c746d93e145ac19358b2d846cdbc61e7c7d22a15.zip
Remove wrong entry from RELEASES.md
Diffstat (limited to 'RELEASES.md')
-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).