Skip to content

Commit

Permalink
Auto merge of #82560 - tspiteri:releases-typo, r=ehuss
Browse files Browse the repository at this point in the history
fix typo in RELEASES.md
  • Loading branch information
bors committed Feb 28, 2021
2 parents 1b1d85f + 4dcbc00 commit 573a697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------------
Expand Down

0 comments on commit 573a697

Please sign in to comment.