We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6421c7 + 3c1efcd commit 73a7482Copy full SHA for 73a7482
RELEASES.md
@@ -31,6 +31,8 @@ Cargo
31
using `--target`][cargo/5614]
32
- [Added the `cargo-fix` subcommand to automatically move project code from
33
2015 edition to 2018.][cargo/5723]
34
+- [`cargo doc` can now optionally document private types using the
35
+ `--document-private-items` flag.][cargo/5543]
36
37
Misc
38
----
@@ -68,6 +70,7 @@ Compatibility Notes
68
70
[51178]: https://github.com/rust-lang/rust/pull/51178/
69
71
[51122]: https://github.com/rust-lang/rust/pull/51122
72
[50494]: https://github.com/rust-lang/rust/pull/50494/
73
+[cargo/5543]: https://github.com/rust-lang/cargo/pull/5543
74
[cargo/5614]: https://github.com/rust-lang/cargo/pull/5614/
75
[cargo/5723]: https://github.com/rust-lang/cargo/pull/5723/
76
[cargo/5831]: https://github.com/rust-lang/cargo/pull/5831/
0 commit comments