X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=RELEASES.md;h=91e3c5f721952a65c0b4ddf2a9b269c0d293f732;hb=247e0a688ddd4c7d8d45f1be5d159d5e0d9dde2c;hp=4185961187b395d277272a31763c25d22662df16;hpb=70b38d13a530a625725aa9a8cb7c959fa52e3747;p=rust.git diff --git a/RELEASES.md b/RELEASES.md index 4185961187b..91e3c5f7219 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -157,7 +157,7 @@ Libraries produce a warning if their returning type is unused. - [The methods `checked_pow`, `saturating_pow`, `wrapping_pow`, and `overflowing_pow` are now available for all numeric types.][57873] These are - equivalvent to methods such as `wrapping_add` for the `pow` operation. + equivalent to methods such as `wrapping_add` for the `pow` operation. Stabilized APIs