about summary refs log tree commit diff
diff options
context:
space:
mode:
authorrodrimati1992 <rodrimatt1985@gmail.com>2021-04-08 16:29:05 -0300
committerGitHub <noreply@github.com>2021-04-08 16:29:05 -0300
commit2a7e4516cf64a8f6275e5488bc03d6e3426eb501 (patch)
tree47cd5e91964121a604e9a620aac9d78cb863d409
parent010c2368fa33ef08df3080228498db8d2ba5a93b (diff)
downloadrust-2a7e4516cf64a8f6275e5488bc03d6e3426eb501.tar.gz
rust-2a7e4516cf64a8f6275e5488bc03d6e3426eb501.zip
Mention missing 1.38.0 change in RELEASES.md
Mention that doc comments on `pub use` statements are prepended to the documentation of the reexported item
-rw-r--r--RELEASES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 2fcb94cf0a6..c6c0007d115 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -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