Auto merge of #82560 - tspiteri:releases-typo, r=ehuss

fix typo in RELEASES.md
This commit is contained in:
bors 2021-02-28 15:39:41 +00:00
commit 573a697a61

View 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
-----------------------