diff options
| author | Corey Farwell <coreyf@rwell.org> | 2017-03-17 08:49:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-17 08:49:06 -0400 |
| commit | 6831180ca2725bca66988a542521da73c5e2b1c5 (patch) | |
| tree | af6a433dad7351b4f353e379dd99874f3017fb77 | |
| parent | f90fab5b264d21acb6826ff7e659101146eb475b (diff) | |
| parent | cc08edc85425b42073a93d366059aa258690a730 (diff) | |
| download | rust-6831180ca2725bca66988a542521da73c5e2b1c5.tar.gz rust-6831180ca2725bca66988a542521da73c5e2b1c5.zip | |
Rollup merge of #40517 - rust-lang:release-notes-tweak, r=alexcrichton
Remove incorrect feature from the 1.16 relnotes According to @golddranks https://internals.rust-lang.org/t/rust-1-16-0-prerelease-testing/4953/3 r? @brson
| -rw-r--r-- | RELEASES.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 16257c3e9c0..d7f28ae2909 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] |
