Skip to content

Commit 25cc78e

Browse files
committed
Auto merge of #10492 - hi-rustin:rustin-patch-timings, r=ehuss
Add a link to the document in the timings report ### What does this PR try to resolve? close #10487 Add a link to the document in the header of timings report. ### How should we test and review this PR? `cargo build --timings` ![image](https://user-images.githubusercontent.com/29879298/163180843-152b032d-8276-4f93-a5b8-f492bcc6c8d5.png)
2 parents 6a4d98d + 4a12569 commit 25cc78e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cargo/core/compiler/timings.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,7 @@ h1 {
733733
<body>
734734
735735
<h1>Cargo Build Timings</h1>
736+
See <a href="https://doc.rust-lang.org/nightly/cargo/reference/timings.html">Documentation</a>
736737
"#;
737738

738739
static HTML_CANVAS: &str = r#"

0 commit comments

Comments
 (0)