Update RELEASES.md

This commit is contained in:
XAMPPRocky 2020-03-24 16:08:08 +01:00 committed by GitHub
parent f1f91c92a4
commit 1d2fbbed33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ Libraries
- [Added the `primitive` module to `std` and `core`.][67637] This module
reexports Rust's primitive types. This is mainly useful for use in macros
where you want avoid these types being shadowed.
- [The some of the trait bounds on `HashMap` and `HashSet`.][67642]
- [Relaxed some of the trait bounds on `HashMap` and `HashSet`.][67642]
- [`string::FromUtf8Error` now implements `Clone + Eq`.][68738]
Stabilized APIs