Skip to content

Commit 9fa59e1

Browse files
Enable "generate-link-to-definition" option on rust tools docs as well
1 parent cfff31b commit 9fa59e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/doc.rs

+1
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,7 @@ macro_rules! tool_doc {
743743
cargo.rustdocflag("--document-private-items");
744744
cargo.rustdocflag("--enable-index-page");
745745
cargo.rustdocflag("--show-type-layout");
746+
cargo.rustdocflag("--generate-link-to-definition");
746747
cargo.rustdocflag("-Zunstable-options");
747748
builder.run(&mut cargo.into());
748749
}

0 commit comments

Comments
 (0)