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 1dcd4f9 commit e63fcbeCopy full SHA for e63fcbe
src/bootstrap/src/core/build_steps/perf.rs
@@ -1,4 +1,5 @@
1
-use std::{env::consts::EXE_EXTENSION, fmt::{Display, Formatter}};
+use std::env::consts::EXE_EXTENSION;
2
+use std::fmt::{Display, Formatter};
3
4
use crate::core::build_steps::compile::{Std, Sysroot};
5
use crate::core::build_steps::tool::{RustcPerf, Rustdoc};
0 commit comments