From 4c0a3d58942f84605735b74267cdc137f7650f7b Mon Sep 17 00:00:00 2001 From: Mazdak Farrokhzad Date: Tue, 12 Feb 2019 10:40:22 +0100 Subject: [PATCH] Update RELEASES.md Co-Authored-By: Aaronepower --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index db7cb82607b..5672bacb736 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -68,7 +68,7 @@ Libraries functions for all numeric types.][57566] - [The `get` method for all `NonZero` types is now constant.][57167] - [The functions `count_ones`, `count_zeros`, `leading_zeros`, `trailing_zeros`, - `swap_bytes`, `from_be`, `from_le`, `to_be`, `to_le` are now constant for all + `swap_bytes`, `from_be`, `from_le`, `to_be`, `to_le` are now const for all numeric types.][57234] - [`Ipv4Addr::new` is now a constant function][57234]