diff options
| author | Josh Stone <cuviper@gmail.com> | 2022-08-05 10:02:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-05 10:02:46 -0700 |
| commit | 99793d97e1e0c90e8094488e8470a11f85811191 (patch) | |
| tree | 25c11955d66f38c10ec768f2825f9a0f0c12b52f /RELEASES.md | |
| parent | 5247a33f8367d0a9e944a37d444790c2760a4b9c (diff) | |
| download | rust-99793d97e1e0c90e8094488e8470a11f85811191.tar.gz rust-99793d97e1e0c90e8094488e8470a11f85811191.zip | |
Update RELEASES.md
Co-authored-by: Trevor Spiteri <tspiteri@ieee.org>
Diffstat (limited to 'RELEASES.md')
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 7090d99c558..e66bf60b7f7 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -147,7 +147,7 @@ and related tools. [`Path::try_exists`]: https://doc.rust-lang.org/stable/std/path/struct.Path.html#method.try_exists [`Ref::filter_map`]: https://doc.rust-lang.org/stable/std/cell/struct.Ref.html#method.filter_map [`RefMut::filter_map`]: https://doc.rust-lang.org/stable/std/cell/struct.RefMut.html#method.filter_map -[`NonNull::<[T]>::len`]: https://doc.rust-lang.org/stable/std/ptr/struct.NonNull.html#method.len +[`NonNull::<slice>::len`]: https://doc.rust-lang.org/stable/std/ptr/struct.NonNull.html#method.len [`ToOwned::clone_into`]: https://doc.rust-lang.org/stable/std/borrow/trait.ToOwned.html#method.clone_into [`Ipv6Addr::to_ipv4_mapped`]: https://doc.rust-lang.org/stable/std/net/struct.Ipv6Addr.html#method.to_ipv4_mapped [`unix::io::AsFd`]: https://doc.rust-lang.org/stable/std/os/unix/io/trait.AsFd.html |
