Skip to content

Commit c16ad5e

Browse files
committed
fix tidy
1 parent 8b42cd0 commit c16ad5e

File tree

1 file changed

+2
-2
lines changed
  • tests/run-make/pgo-branch-weights

1 file changed

+2
-2
lines changed

tests/run-make/pgo-branch-weights/rmake.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
//@ ignore-windows-gnu
1515
//@ ignore-cross-compile
1616

17+
use run_make_support::{llvm_profdata, rustc, rustdoc, tmp_dir};
1718
use std::io::{self, Write};
1819
use std::process::Command;
19-
use run_make_support::{llvm_profdata, rustc, rustdoc, tmp_dir};
2020

2121
fn main() {
2222
// For some very small programs GNU ld seems to not properly handle
2323
// instrumentation sections correctly. Neither Gold nor LLD have that
24-
// problem.use run_make_support::{run, rustc, tmp_dir};
24+
// problem.
2525
let common_flags = if env::consts::OS == "linux"
2626
&& env::var("TARGET").unwrap_or_default().contains("x86") {
2727
"-Clink-args=-fuse-ld=gold" // FIXME, Why was there a comma at the start?

0 commit comments

Comments
 (0)