We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cecdb18 commit 4dcbc00Copy full SHA for 4dcbc00
RELEASES.md
@@ -68,7 +68,7 @@ The following previously stable methods are now `const`.
68
- `saturating_pow` for all integer types.
69
- `wrapping_pow` for all integer types.
70
- `next_power_of_two` for all unsigned integer types.
71
-- `checked_power_of_two` for all unsigned integer types.
+- `checked_next_power_of_two` for all unsigned integer types.
72
73
Cargo
74
-----------------------
0 commit comments