Remove incorrect feature from the 1.16 relnotes

This commit is contained in:
Steve Klabnik 2017-03-14 11:16:34 -04:00 committed by GitHub
parent 6f10e2f63d
commit cc08edc854
1 changed files with 0 additions and 1 deletions

View File

@ -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]