We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c109e commit 1554c8dCopy full SHA for 1554c8d
RELEASES.md
@@ -41,7 +41,8 @@ Libraries
41
return `impl Iterator<Item=&T>`, but this may change in a
42
future edition to change `Item` to `T`. Calling `IntoIterator::into_iter`
43
directly on arrays will provide `impl Iterator<Item=T>` as expected.
44
-- [`NonZero<T>::{leading_zeros, trailing_zeros}` is now `const`.][84082]
+- [`leading_zeros`, and `trailing_zeros` are now available on all
45
+ `NonZero` integer types.][84082]
46
- [`{f32, f64}::from_str` now parse and print special values
47
(`NaN`, `-0`) according to IEEE RFC 754.][78618]
48
- [You can now index into slices using `(Bound<usize>, Bound<usize>)`.][77704]
0 commit comments