diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-02-12 10:41:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-12 10:41:39 +0100 |
| commit | ee3371ec912c542298fb693f782e74c8ebdea118 (patch) | |
| tree | d10bd607ce4735471f572418e4236b765d3da07d | |
| parent | 4c0a3d58942f84605735b74267cdc137f7650f7b (diff) | |
| download | rust-ee3371ec912c542298fb693f782e74c8ebdea118.tar.gz rust-ee3371ec912c542298fb693f782e74c8ebdea118.zip | |
Update RELEASES.md
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 5672bacb736..5ab7571dfcd 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -70,7 +70,7 @@ Libraries - [The functions `count_ones`, `count_zeros`, `leading_zeros`, `trailing_zeros`, `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] +- [`Ipv4Addr::new` is now a const function][57234] Stabilized APIs --------------- |
