Skip to content

Commit e73128e

Browse files
committed
Add a link to the document in the timings report
Signed-off-by: hi-rustin <[email protected]>
1 parent 109bfbd commit e73128e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/cargo/core/compiler/timings.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,10 @@ h1 {
642642
border-bottom: 1px solid #c0c0c0;
643643
}
644644
645+
h1 > a {
646+
font-size: 14px;
647+
}
648+
645649
.graph {
646650
display: block;
647651
}
@@ -732,7 +736,7 @@ h1 {
732736
</head>
733737
<body>
734738
735-
<h1>Cargo Build Timings</h1>
739+
<h1>Cargo Build Timings <a href="https://doc.rust-lang.org/nightly/cargo/reference/timings.html">Documentation</a></h1>
736740
"#;
737741

738742
static HTML_CANVAS: &str = r#"

0 commit comments

Comments
 (0)