From e393ed72193869d96fce54c76e81c0b9c4169ebe Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Mon, 4 Apr 2022 09:48:56 +0200 Subject: [PATCH] move 2021 libs to internal changes --- RELEASES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 125ac6db8f49..6f1cf2ee11c5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -27,7 +27,6 @@ Libraries --------- - [Guarantee call order for `sort_by_cached_key`][89621] - [Improve `Duration::try_from_secs_f32`/`f64` accuracy by directly processing exponent and mantissa][90247] -- [Switch all libraries to the 2021 edition][92068] - [Make `Instant::{duration_since, elapsed, sub}` saturating and remove workarounds][89926] - [Change PhantomData type for `BuildHasherDefault` (and more)][92630] @@ -84,7 +83,7 @@ These changes provide no direct user facing benefits, but represent significant improvements to the internals and overall performance of rustc and related tools. - +- [Switch all libraries to the 2021 edition][92068] [83822]: https://github.com/rust-lang/rust/pull/83822 [86374]: https://github.com/rust-lang/rust/pull/86374