about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro.albini@ferrous-systems.com>2022-04-04 09:48:56 +0200
committerPietro Albini <pietro.albini@ferrous-systems.com>2022-04-04 09:48:56 +0200
commite393ed72193869d96fce54c76e81c0b9c4169ebe (patch)
treec546d1e4d6cfc99dcad350bf30b32d187e4a4459
parentb81d430c6bf7adb8e19c8c0b03e6b6c2a9755cc7 (diff)
downloadrust-e393ed72193869d96fce54c76e81c0b9c4169ebe.tar.gz
rust-e393ed72193869d96fce54c76e81c0b9c4169ebe.zip
move 2021 libs to internal changes
-rw-r--r--RELEASES.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 125ac6db8f4..6f1cf2ee11c 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.
 
-<!-- TODO: anything to highlight? -->
+- [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