Skip to content

Commit e63fcbe

Browse files
committed
chore: split importing into two.
1 parent 1dcd4f9 commit e63fcbe

File tree

1 file changed

+2
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+2
-1
lines changed

src/bootstrap/src/core/build_steps/perf.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
use std::{env::consts::EXE_EXTENSION, fmt::{Display, Formatter}};
1+
use std::env::consts::EXE_EXTENSION;
2+
use std::fmt::{Display, Formatter};
23

34
use crate::core::build_steps::compile::{Std, Sysroot};
45
use crate::core::build_steps::tool::{RustcPerf, Rustdoc};

0 commit comments

Comments
 (0)