]> git.lizzy.rs Git - rust.git/blobdiff - RELEASES.md
Auto merge of #83776 - jyn514:update-stdarch-docs, r=Amanieu
[rust.git] / RELEASES.md
index a994cc781ab7d306d3b0637d54271bfff5c7362d..c6c0007d115209ffc34cf1d9e3dd620bebd6eb42 100644 (file)
@@ -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]
 
@@ -1906,6 +1906,11 @@ Cargo
 - [You can now pass the `--features` option multiple times to enable
   multiple features.][cargo/7084]
 
+Rustdoc
+-------
+
+- [Documentation on `pub use` statements is prepended to the documentation of the re-exported item][63048]
+
 Misc
 ----
 - [`rustc` will now warn about some incorrect uses of
@@ -1940,6 +1945,7 @@ Compatibility Notes
 [63421]: https://github.com/rust-lang/rust/pull/63421/
 [cargo/7084]: https://github.com/rust-lang/cargo/pull/7084/
 [cargo/7143]: https://github.com/rust-lang/cargo/pull/7143/
+[63048]: https://github.com/rust-lang/rust/pull/63048
 [`<*const T>::cast`]: https://doc.rust-lang.org/std/primitive.pointer.html#method.cast
 [`<*mut T>::cast`]: https://doc.rust-lang.org/std/primitive.pointer.html#method.cast
 [`Duration::as_secs_f32`]: https://doc.rust-lang.org/std/time/struct.Duration.html#method.as_secs_f32