Skip to content

Commit 8f84408

Browse files
committed
also document hidden items
1 parent bba274f commit 8f84408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/bootstrap/doc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ fn doc_std(
598598
.arg(&builder.version)
599599
.args(extra_args);
600600
if builder.config.library_docs_private_items {
601-
cargo.arg("--document-private-items");
601+
cargo.arg("--document-private-items").arg("--document-hidden-items");
602602
}
603603
builder.run(&mut cargo.into());
604604
};

0 commit comments

Comments
 (0)