Skip to content

Commit 12388f5

Browse files
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 🙂
1 parent bba4088 commit 12388f5

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)