diff options
| author | Pietro Albini <pietro.albini@ferrous-systems.com> | 2022-04-04 10:38:41 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro.albini@ferrous-systems.com> | 2022-04-04 10:38:41 +0200 |
| commit | 82eedae66bb20c211d99e6de769daf1f4c6f08d9 (patch) | |
| tree | ef17ab3eea2f8809c7dbaf7d736f5abd39df3c17 | |
| parent | af8b6b6ef9fe823112c39c286cda301a25547088 (diff) | |
| download | rust-82eedae66bb20c211d99e6de769daf1f4c6f08d9.tar.gz rust-82eedae66bb20c211d99e6de769daf1f4c6f08d9.zip | |
improve 92630 wording
| -rw-r--r-- | RELEASES.md | 2 |
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 --------------- |
