From 82eedae66bb20c211d99e6de769daf1f4c6f08d9 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Mon, 4 Apr 2022 10:38:41 +0200 Subject: [PATCH] improve 92630 wording --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ---------------