Skip to content

Commit 4a12569

Browse files
committed
Switch to the next line
Signed-off-by: hi-rustin <[email protected]>
1 parent e73128e commit 4a12569

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/cargo/core/compiler/timings.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -642,10 +642,6 @@ h1 {
642642
border-bottom: 1px solid #c0c0c0;
643643
}
644644
645-
h1 > a {
646-
font-size: 14px;
647-
}
648-
649645
.graph {
650646
display: block;
651647
}
@@ -736,7 +732,8 @@ h1 > a {
736732
</head>
737733
<body>
738734
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>
736+
See <a href="https://doc.rust-lang.org/nightly/cargo/reference/timings.html">Documentation</a>
740737
"#;
741738

742739
static HTML_CANVAS: &str = r#"

0 commit comments

Comments
 (0)