diff options
| author | XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> | 2021-05-27 13:33:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-27 13:33:25 +0200 |
| commit | 1554c8d482f273a9d371a6fbefe00a1a629ce2ec (patch) | |
| tree | c0cc1cfb2fbafc9ffe614a834b45bfb4cdad7d2c | |
| parent | 72c109e65c6bf75b4cdd0ef309bbd37e63474eba (diff) | |
| download | rust-1554c8d482f273a9d371a6fbefe00a1a629ce2ec.tar.gz rust-1554c8d482f273a9d371a6fbefe00a1a629ce2ec.zip | |
Update RELEASES.md
| -rw-r--r-- | RELEASES.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 5a5bfd2899e..b1ee6d78101 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -41,7 +41,8 @@ Libraries return `impl Iterator<Item=&T>`, but this may change in a future edition to change `Item` to `T`. Calling `IntoIterator::into_iter` directly on arrays will provide `impl Iterator<Item=T>` as expected. -- [`NonZero<T>::{leading_zeros, trailing_zeros}` is now `const`.][84082] +- [`leading_zeros`, and `trailing_zeros` are now available on all + `NonZero` integer types.][84082] - [`{f32, f64}::from_str` now parse and print special values (`NaN`, `-0`) according to IEEE RFC 754.][78618] - [You can now index into slices using `(Bound<usize>, Bound<usize>)`.][77704] |
