about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonas Platte <jplatte@users.noreply.github.com>2020-03-22 00:29:12 +0100
committerGitHub <noreply@github.com>2020-03-22 00:29:12 +0100
commit3f42104cef01e2c12a6fbe8a1322bd36d920bd01 (patch)
treebaa1191e389d99e68d6ba855b7effb20f0616111
parent38114ff16e7856f98b2b4be7ab4cd29b38bed59a (diff)
downloadrust-3f42104cef01e2c12a6fbe8a1322bd36d920bd01.tar.gz
rust-3f42104cef01e2c12a6fbe8a1322bd36d920bd01.zip
Remove another wrong entry from RELEASES.md
-rw-r--r--RELEASES.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 7e18f1befdd..bc19a776c91 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -4838,7 +4838,6 @@ Version 1.11.0 (2016-08-18)
 Language
 --------
 
-* [`cfg_attr` works on `path` attributes](https://github.com/rust-lang/rust/pull/34546)
 * [Support nested `cfg_attr` attributes](https://github.com/rust-lang/rust/pull/34216)
 * [Allow statement-generating braced macro invocations at the end of blocks](https://github.com/rust-lang/rust/pull/34436)
 * [Macros can be expanded inside of trait definitions](https://github.com/rust-lang/rust/pull/34213)