Skip to content

Commit 2466478

Browse files
authored
Rollup merge of rust-lang#83470 - danielhenrymantilla:patch-1, r=jyn514
Fix patch note about rust-lang#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 9266fc5 + 12388f5 commit 2466478

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)