about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>2021-03-25 15:00:03 +0100
committerGitHub <noreply@github.com>2021-03-25 15:00:03 +0100
commit12388f52acc8f4a753eed7b51ce73d9aef1f76ee (patch)
tree4cc1251e0527ecb85863658da89394fc00ce75af
parentbba40880c0750f880119b4517821ffe0a96f74d1 (diff)
downloadrust-12388f52acc8f4a753eed7b51ce73d9aef1f76ee.tar.gz
rust-12388f52acc8f4a753eed7b51ce73d9aef1f76ee.zip
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 🙂
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index dfb21ed8380..3cd253afbcd 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -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]