Skip to content

Commit

Permalink
Auto merge of #10492 - hi-rustin:rustin-patch-timings, r=ehuss
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
bors committed Apr 18, 2022
2 parents 6a4d98d + 4a12569 commit 25cc78e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cargo/core/compiler/timings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ h1 {
<body>
<h1>Cargo Build Timings</h1>
See <a href="https://doc.rust-lang.org/nightly/cargo/reference/timings.html">Documentation</a>
"#;

static HTML_CANVAS: &str = r#"
Expand Down

0 comments on commit 25cc78e

Please sign in to comment.