Skip to content

Commit bdbb542

Browse files
committed
x.py fmt
1 parent 51f8076 commit bdbb542

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/bootstrap/check.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
//! Implementation of compiling the compiler and standard library, in "check"-based modes.
22
3+
use crate::builder::{Builder, Kind, RunConfig, ShouldRun, Step};
34
use crate::cache::Interned;
45
use crate::compile::{add_to_sysroot, run_cargo, rustc_cargo, rustc_cargo_env, std_cargo};
56
use crate::config::TargetSelection;
67
use crate::tool::{prepare_tool_cargo, SourceType};
78
use crate::INTERNER;
8-
use crate::{
9-
builder::{Builder, Kind, RunConfig, ShouldRun, Step},
10-
};
119
use crate::{Compiler, Mode, Subcommand};
1210
use std::path::PathBuf;
1311

0 commit comments

Comments
 (0)