Update RELEASES.md

Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
This commit is contained in:
Mazdak Farrokhzad 2019-02-12 10:40:22 +01:00 committed by GitHub
parent 8a026f1cdd
commit 4c0a3d5894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]