Skip to content

Commit 152af5a

Browse files
authored
Rollup merge of rust-lang#94366 - jhpratt:release-notes, r=Mark-Simulacrum
Add missing item to release notes Looks like `NonZeroUsize::is_power_of_two` was stabilized as well, but this didn't make the release notes.
2 parents 070d7c2 + eb104bb commit 152af5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASES.md

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Stabilized APIs
5858
- [`NonZeroU32::is_power_of_two`][is_power_of_two32]
5959
- [`NonZeroU64::is_power_of_two`][is_power_of_two64]
6060
- [`NonZeroU128::is_power_of_two`][is_power_of_two128]
61+
- [`NonZeroUsize::is_power_of_two`][is_power_of_two_usize]
6162
- [`DoubleEndedIterator for ToLowercase`][lowercase]
6263
- [`DoubleEndedIterator for ToUppercase`][uppercase]
6364
- [`TryFrom<&mut [T]> for [T; N]`][tryfrom_ref_arr]
@@ -178,6 +179,7 @@ and related tools.
178179
[is_power_of_two32]: https://doc.rust-lang.org/stable/core/num/struct.NonZeroU32.html#method.is_power_of_two
179180
[is_power_of_two64]: https://doc.rust-lang.org/stable/core/num/struct.NonZeroU64.html#method.is_power_of_two
180181
[is_power_of_two128]: https://doc.rust-lang.org/stable/core/num/struct.NonZeroU128.html#method.is_power_of_two
182+
[is_power_of_two_usize]: https://doc.rust-lang.org/stable/core/num/struct.NonZeroUsize.html#method.is_power_of_two
181183
[stdarch/1266]: https://github.com/rust-lang/stdarch/pull/1266
182184

183185
Version 1.58.1 (2022-01-19)

0 commit comments

Comments
 (0)