diff options
| author | Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com> | 2021-03-25 15:00:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-25 15:00:03 +0100 |
| commit | 12388f52acc8f4a753eed7b51ce73d9aef1f76ee (patch) | |
| tree | 4cc1251e0527ecb85863658da89394fc00ce75af | |
| parent | bba40880c0750f880119b4517821ffe0a96f74d1 (diff) | |
| download | rust-12388f52acc8f4a753eed7b51ce73d9aef1f76ee.tar.gz rust-12388f52acc8f4a753eed7b51ce73d9aef1f76ee.zip | |
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 now has been enhanced to keep recursing 🙂
| -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] |
