File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,13 @@ will now try to fix up lockfiles that have been corrupted by a `git
169
169
merge`] ( https://github.com/rust-lang/cargo/pull/5831/ ) . You can pass
170
170
` --locked ` to disable this behavior.
171
171
172
+ ` cargo doc ` has also grown a new flag:
173
+ [ ` --document-private-items ` ] ( https://github.com/rust-lang/cargo/pull/5543 ) . By
174
+ default, ` cargo doc ` only documents public things, as the docs it produces are
175
+ intended for end-users. But if you're working on your own crate, and you have
176
+ internal documentation for yourself to refer to, ` --document-private-items `
177
+ will generate docs for all items, not just public ones.
178
+
172
179
See the [ detailed release notes] [ notes ] for more.
173
180
174
181
## Contributors to 1.29.0
You can’t perform that action at this time.
0 commit comments