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:
Jynn Nelson 2026-01-14 11:38:58 -05:00
parent db6bc0f6a4
commit 6165b72b5f

View file

@ -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,