Skip to content

Commit

Permalink
Fix patch note about #80653 not mentioning nested nor recursive
Browse files Browse the repository at this point in the history
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 🙂
  • Loading branch information
danielhenrymantilla authored Mar 25, 2021
1 parent bba4088 commit 12388f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 12388f5

Please sign in to comment.