diff options
| author | Aaron Power <Aaronepower@users.noreply.github.com> | 2017-10-22 20:24:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-22 20:24:15 +0100 |
| commit | 4fbf56c82849e9ece12d7a2cfbcd8d683d1628b0 (patch) | |
| tree | 67335a0483bbba619cbb96662580247ba93a3777 | |
| parent | 332759d6f012bb12b307131298421dc86402647b (diff) | |
Update RELEASES.md
| -rw-r--r-- | RELEASES.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md index a2cbbbd64e1..2297a77cc09 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<Error>` now impls `Cow<str>`][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<Hasher>}`][44015] |
