diff --git a/RELEASES.md b/RELEASES.md index ddd2a0a0e3b6..f97d902d332e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -30,7 +30,7 @@ Compiler Libraries --------- -- [`iter::Empty` now implements Send and Sync for any `T`.][68348] +- [`iter::Empty` 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]