mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
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 🙂
This commit is contained in:
parent
bba40880c0
commit
12388f52ac
@ -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]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user