Skip to content

Commit 59205f7

Browse files
authored
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``
2 parents 85d08e9 + 12388f5 commit 59205f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Cargo
8787
Rustdoc
8888
-------
8989

90-
- [Rustdoc will now include documentation for methods available from `Deref` traits.][80653]
90+
- [Rustdoc will now include documentation for methods available from _nested_ `Deref` traits.][80653]
9191
- [You can now provide a `--default-theme` flag which sets the default theme to use for
9292
documentation.][79642]
9393

0 commit comments

Comments
 (0)