Avoid spurious print outs during dryrun

This commit is contained in:
Mark Rousskov 2020-09-02 16:00:47 -04:00
parent da897dfb6d
commit 22769917b0

View File

@ -160,12 +160,12 @@ macro_rules! tool_check_step {
&[],
);
println!(
builder.info(&format!(
"Checking {} artifacts ({} -> {})",
stringify!($name).to_lowercase(),
&compiler.host.triple,
target.triple
);
));
run_cargo(
builder,
cargo,