From 30b619771d41a9fb0914b5064050bb1aa202439a Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Fri, 23 Jul 2021 17:35:18 -0700 Subject: [PATCH] IEEE 754 is not an RFC --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 35e5627e61f..6eb70dee395 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -44,7 +44,7 @@ Libraries - [`leading_zeros`, and `trailing_zeros` are now available on all `NonZero` integer types.][84082] - [`{f32, f64}::from_str` now parse and print special values - (`NaN`, `-0`) according to IEEE RFC 754.][78618] + (`NaN`, `-0`) according to IEEE 754.][78618] - [You can now index into slices using `(Bound, Bound)`.][77704] - [Add the `BITS` associated constant to all numeric types.][82565]