File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1906,6 +1906,11 @@ Cargo
1906
1906
- [ You can now pass the ` --features ` option multiple times to enable
1907
1907
multiple features.] [ cargo/7084 ]
1908
1908
1909
+ Rustdoc
1910
+ -------
1911
+
1912
+ - [ Documentation on ` pub use ` statements is prepended to the documentation of the re-exported item] [ 63048 ]
1913
+
1909
1914
Misc
1910
1915
----
1911
1916
- [ ` rustc ` will now warn about some incorrect uses of
@@ -1940,6 +1945,7 @@ Compatibility Notes
1940
1945
[ 63421 ] : https://github.com/rust-lang/rust/pull/63421/
1941
1946
[ cargo/7084 ] : https://github.com/rust-lang/cargo/pull/7084/
1942
1947
[ cargo/7143 ] : https://github.com/rust-lang/cargo/pull/7143/
1948
+ [ 63048 ] : https://github.com/rust-lang/rust/pull/63048
1943
1949
[ `<*const T>::cast` ] : https://doc.rust-lang.org/std/primitive.pointer.html#method.cast
1944
1950
[ `<*mut T>::cast` ] : https://doc.rust-lang.org/std/primitive.pointer.html#method.cast
1945
1951
[ `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