diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2021-03-26 02:34:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-26 02:34:43 +0100 |
| commit | 59205f7759fae47eb0b32b7a8fa2ce7904c53380 (patch) | |
| tree | 3aff19e38556415cf7b6996d0745b669ff53daeb | |
| parent | 85d08e9afe67cb21a7ce9a7904591988d42a30ac (diff) | |
| parent | 12388f52acc8f4a753eed7b51ce73d9aef1f76ee (diff) | |
| download | rust-59205f7759fae47eb0b32b7a8fa2ce7904c53380.tar.gz rust-59205f7759fae47eb0b32b7a8fa2ce7904c53380.zip | |
Rollup merge of #83470 - danielhenrymantilla:patch-1, r=jyn514
Fix patch note about #80653 not mentioning nested nor recursive Which thus missed the point of the change: `rustdoc` already bundled documentation for methods accessible through one layer of `Deref`, it has now been enhanced to keep recursing 🙂 r? ``@jyn514``
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index dfb21ed8380..3cd253afbcd 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -87,7 +87,7 @@ Cargo Rustdoc ------- -- [Rustdoc will now include documentation for methods available from `Deref` traits.][80653] +- [Rustdoc will now include documentation for methods available from _nested_ `Deref` traits.][80653] - [You can now provide a `--default-theme` flag which sets the default theme to use for documentation.][79642] |
