From cc08edc85425b42073a93d366059aa258690a730 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Tue, 14 Mar 2017 11:16:34 -0400 Subject: [PATCH] Remove incorrect feature from the 1.16 relnotes --- RELEASES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 606936778c4..224bd2420a9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -4,7 +4,6 @@ Version 1.16.0 (2017-03-16) Language -------- -* Lifetimes in statics and consts default to `'static`. [RFC 1623] * [The compiler's `dead_code` lint now accounts for type aliases][38051]. * [Uninhabitable enums (those without any variants) no longer permit wildcard match patterns][38069]