From 4fbf56c82849e9ece12d7a2cfbcd8d683d1628b0 Mon Sep 17 00:00:00 2001 From: Aaron Power Date: Sun, 22 Oct 2017 20:24:15 +0100 Subject: [PATCH] Update RELEASES.md --- RELEASES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index a2cbbbd64e1f..2297a77cc09f 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -21,8 +21,7 @@ Libraries - [Allow atomic operations up to 32 bits on `armv5te_unknown_linux_gnueabi`][44978] - [`Box` now impls `Cow`][44466] -- [`std::mem::Discriminant` is now guarenteed to be `Send + Sync` if `T` - is `Send + Sync`][45095] +- [`std::mem::Discriminant` is now guarenteed to be `Send + Sync`][45095] - [`fs::copy` now returns the length of the main stream on NTFS.][44895] - [Properly detect overflow in `Instant += Duration`.][44220] - [impl `Hasher` for `{&mut Hasher, Box}`][44015]