Skip to content

Commit bc66b92

Browse files
committed
Auto merge of #84010 - rodrimati1992:patch-3, r=Mark-Simulacrum
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 Fixes #84007
2 parents 971608b + 2a7e451 commit bc66b92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RELEASES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1906,6 +1906,11 @@ Cargo
19061906
- [You can now pass the `--features` option multiple times to enable
19071907
multiple features.][cargo/7084]
19081908

1909+
Rustdoc
1910+
-------
1911+
1912+
- [Documentation on `pub use` statements is prepended to the documentation of the re-exported item][63048]
1913+
19091914
Misc
19101915
----
19111916
- [`rustc` will now warn about some incorrect uses of
@@ -1940,6 +1945,7 @@ Compatibility Notes
19401945
[63421]: https://github.com/rust-lang/rust/pull/63421/
19411946
[cargo/7084]: https://github.com/rust-lang/cargo/pull/7084/
19421947
[cargo/7143]: https://github.com/rust-lang/cargo/pull/7143/
1948+
[63048]: https://github.com/rust-lang/rust/pull/63048
19431949
[`<*const T>::cast`]: https://doc.rust-lang.org/std/primitive.pointer.html#method.cast
19441950
[`<*mut T>::cast`]: https://doc.rust-lang.org/std/primitive.pointer.html#method.cast
19451951
[`Duration::as_secs_f32`]: https://doc.rust-lang.org/std/time/struct.Duration.html#method.as_secs_f32

0 commit comments

Comments
 (0)