]> git.lizzy.rs Git - rust.git/blobdiff - RELEASES.md
Rollup merge of #82714 - estebank:missing-braces, r=oli-obk
[rust.git] / RELEASES.md
index 25f9c802982c30fab3646d14bcb35d46e4388811..5dca7abcb26290408e96f09e7cce771b2ba83b9d 100644 (file)
@@ -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
 -----------------------