Skip to content

Commit

Permalink
Mention missing 1.38.0 change in RELEASES.md
Browse files Browse the repository at this point in the history
Mention that doc comments on `pub use` statements are prepended to the documentation of the reexported item
  • Loading branch information
rodrimati1992 committed Apr 8, 2021
1 parent 010c236 commit 2a7e451
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions RELEASES.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2a7e451

Please sign in to comment.