Skip to content

Commit 73a7482

Browse files
committed
Rollup merge of rust-lang#54150 - Aaronepower:master, r=Mark-Simulacrum
Updated 1.29 release notes with --document-private-items flag [Rendered](https://github.com/Aaronepower/rust/blob/master/RELEASES.md#cargo)
2 parents d6421c7 + 3c1efcd commit 73a7482

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RELEASES.md

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Cargo
3131
using `--target`][cargo/5614]
3232
- [Added the `cargo-fix` subcommand to automatically move project code from
3333
2015 edition to 2018.][cargo/5723]
34+
- [`cargo doc` can now optionally document private types using the
35+
`--document-private-items` flag.][cargo/5543]
3436

3537
Misc
3638
----
@@ -68,6 +70,7 @@ Compatibility Notes
6870
[51178]: https://github.com/rust-lang/rust/pull/51178/
6971
[51122]: https://github.com/rust-lang/rust/pull/51122
7072
[50494]: https://github.com/rust-lang/rust/pull/50494/
73+
[cargo/5543]: https://github.com/rust-lang/cargo/pull/5543
7174
[cargo/5614]: https://github.com/rust-lang/cargo/pull/5614/
7275
[cargo/5723]: https://github.com/rust-lang/cargo/pull/5723/
7376
[cargo/5831]: https://github.com/rust-lang/cargo/pull/5831/

0 commit comments

Comments
 (0)