Skip to content

Commit 1554c8d

Browse files
authored
Update RELEASES.md
1 parent 72c109e commit 1554c8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ Libraries
4141
return `impl Iterator<Item=&T>`, but this may change in a
4242
future edition to change `Item` to `T`. Calling `IntoIterator::into_iter`
4343
directly on arrays will provide `impl Iterator<Item=T>` as expected.
44-
- [`NonZero<T>::{leading_zeros, trailing_zeros}` is now `const`.][84082]
44+
- [`leading_zeros`, and `trailing_zeros` are now available on all
45+
`NonZero` integer types.][84082]
4546
- [`{f32, f64}::from_str` now parse and print special values
4647
(`NaN`, `-0`) according to IEEE RFC 754.][78618]
4748
- [You can now index into slices using `(Bound<usize>, Bound<usize>)`.][77704]

0 commit comments

Comments
 (0)