We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109bfbd commit e73128eCopy full SHA for e73128e
src/cargo/core/compiler/timings.rs
@@ -642,6 +642,10 @@ h1 {
642
border-bottom: 1px solid #c0c0c0;
643
}
644
645
+h1 > a {
646
+ font-size: 14px;
647
+}
648
+
649
.graph {
650
display: block;
651
@@ -732,7 +736,7 @@ h1 {
732
736
</head>
733
737
<body>
734
738
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>
740
"#;
741
742
static HTML_CANVAS: &str = r#"
0 commit comments