Update RELEASES.md

Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
This commit is contained in:
XAMPPRocky 2020-02-10 05:07:39 +01:00 committed by GitHub
parent 26fdcbbc28
commit 7ab01b2467
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Compiler
Libraries
---------
- [`iter::Empty<T>` now implements Send and Sync for any `T`.][68348]
- [`iter::Empty<T>` now implements `Send` and `Sync` for any `T`.][68348]
- [`Pin::{map_unchecked, map_unchecked_mut}` no longer require the return type
to implement `Sized`.][67935]
- [`io::Cursor` now derives `PartialEq` and `Eq`.][67233]