Fix x fix, again
This was refactored incorrectly at some point and would run `cargo check` even for `x fix`.
This commit is contained in:
parent
db6bc0f6a4
commit
6165b72b5f
1 changed files with 2 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ impl Step for Std {
|
|||
Mode::Std,
|
||||
SourceType::InTree,
|
||||
target,
|
||||
Kind::Check,
|
||||
builder.config.cmd.kind(),
|
||||
);
|
||||
|
||||
std_cargo(builder, target, &mut cargo, &self.crates);
|
||||
|
|
@ -97,7 +97,7 @@ impl Step for Std {
|
|||
}
|
||||
|
||||
let _guard = builder.msg(
|
||||
Kind::Check,
|
||||
builder.config.cmd.kind(),
|
||||
format_args!("library artifacts{}", crate_description(&self.crates)),
|
||||
Mode::Std,
|
||||
build_compiler,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue