X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=RELEASES.md;h=5dca7abcb26290408e96f09e7cce771b2ba83b9d;hb=7cd7dee315f2c1a80e67c114812fa8a2e32c9040;hp=25f9c802982c30fab3646d14bcb35d46e4388811;hpb=20928e0cbf65a65a5e96d56d2f665e62f593fdf8;p=rust.git diff --git a/RELEASES.md b/RELEASES.md index 25f9c802982..5dca7abcb26 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -68,7 +68,7 @@ The following previously stable methods are now `const`. - `saturating_pow` for all integer types. - `wrapping_pow` for all integer types. - `next_power_of_two` for all unsigned integer types. -- `checked_power_of_two` for all unsigned integer types. +- `checked_next_power_of_two` for all unsigned integer types. Cargo -----------------------