diff options
| author | XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> | 2020-02-10 05:07:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-10 05:07:39 +0100 |
| commit | 7ab01b24674b88ff4927b0eb445a582fb9e12aba (patch) | |
| tree | c54c652219543aa3ed569e6e0171dcd72784884e | |
| parent | 26fdcbbc2810474770bb7f87d410a1e34b142b87 (diff) | |
| download | rust-7ab01b24674b88ff4927b0eb445a582fb9e12aba.tar.gz rust-7ab01b24674b88ff4927b0eb445a582fb9e12aba.zip | |
Update RELEASES.md
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index ddd2a0a0e3b..f97d902d332 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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] |
