mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 14:01:51 +00:00
Add missing item to release notes
This commit is contained in:
parent
9f8f0a6e94
commit
eb104bb877
@ -58,6 +58,7 @@ Stabilized APIs
|
||||
- [`NonZeroU32::is_power_of_two`][is_power_of_two32]
|
||||
- [`NonZeroU64::is_power_of_two`][is_power_of_two64]
|
||||
- [`NonZeroU128::is_power_of_two`][is_power_of_two128]
|
||||
- [`NonZeroUsize::is_power_of_two`][is_power_of_two_usize]
|
||||
- [`DoubleEndedIterator for ToLowercase`][lowercase]
|
||||
- [`DoubleEndedIterator for ToUppercase`][uppercase]
|
||||
- [`TryFrom<&mut [T]> for [T; N]`][tryfrom_ref_arr]
|
||||
@ -178,6 +179,7 @@ and related tools.
|
||||
[is_power_of_two32]: https://doc.rust-lang.org/stable/core/num/struct.NonZeroU32.html#method.is_power_of_two
|
||||
[is_power_of_two64]: https://doc.rust-lang.org/stable/core/num/struct.NonZeroU64.html#method.is_power_of_two
|
||||
[is_power_of_two128]: https://doc.rust-lang.org/stable/core/num/struct.NonZeroU128.html#method.is_power_of_two
|
||||
[is_power_of_two_usize]: https://doc.rust-lang.org/stable/core/num/struct.NonZeroUsize.html#method.is_power_of_two
|
||||
[stdarch/1266]: https://github.com/rust-lang/stdarch/pull/1266
|
||||
|
||||
Version 1.58.1 (2022-01-19)
|
||||
|
Loading…
Reference in New Issue
Block a user