about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro.albini@ferrous-systems.com>2022-04-04 10:38:41 +0200
committerPietro Albini <pietro.albini@ferrous-systems.com>2022-04-04 10:38:41 +0200
commit82eedae66bb20c211d99e6de769daf1f4c6f08d9 (patch)
treeef17ab3eea2f8809c7dbaf7d736f5abd39df3c17
parentaf8b6b6ef9fe823112c39c286cda301a25547088 (diff)
downloadrust-82eedae66bb20c211d99e6de769daf1f4c6f08d9.tar.gz
rust-82eedae66bb20c211d99e6de769daf1f4c6f08d9.zip
improve 92630 wording
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index e8fa3afe8b3..0965e37574d 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -29,7 +29,7 @@ Libraries
 - [Improve `Duration::try_from_secs_f32`/`f64` accuracy by directly processing exponent and mantissa][90247]
 - [Make `Instant::{duration_since, elapsed, sub}` saturating][89926]
 - [Remove non-monotonic clocks workarounds in `Instant::now`][89926]
-- [Change PhantomData type for `BuildHasherDefault` (and more)][92630]
+- [Make `BuildHasherDefault`, `iter::Empty` and `future::Pending` covariant][92630]
 
 Stabilized APIs
 ---------------