Remove wrong entry from RELEASES.md

This commit is contained in:
Jonas Platte 2020-03-21 23:33:33 +01:00 committed by GitHub
parent 38114ff16e
commit c746d93e14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).