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 e73128e commit 4a12569Copy full SHA for 4a12569
src/cargo/core/compiler/timings.rs
@@ -642,10 +642,6 @@ h1 {
642
border-bottom: 1px solid #c0c0c0;
643
}
644
645
-h1 > a {
646
- font-size: 14px;
647
-}
648
-
649
.graph {
650
display: block;
651
@@ -736,7 +732,8 @@ h1 > a {
736
732
</head>
737
733
<body>
738
734
739
-<h1>Cargo Build Timings <a href="https://doc.rust-lang.org/nightly/cargo/reference/timings.html">Documentation</a></h1>
735
+<h1>Cargo Build Timings</h1>
+See <a href="https://doc.rust-lang.org/nightly/cargo/reference/timings.html">Documentation</a>
740
"#;
741
742
static HTML_CANVAS: &str = r#"
0 commit comments