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.
1 parent bba274f commit 8f84408Copy full SHA for 8f84408
src/bootstrap/doc.rs
@@ -598,7 +598,7 @@ fn doc_std(
598
.arg(&builder.version)
599
.args(extra_args);
600
if builder.config.library_docs_private_items {
601
- cargo.arg("--document-private-items");
+ cargo.arg("--document-private-items").arg("--document-hidden-items");
602
}
603
builder.run(&mut cargo.into());
604
};
0 commit comments