File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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+
19091914Misc
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
You can’t perform that action at this time.
0 commit comments