be less redundant redundant

This commit is contained in:
Ralf Jung 2022-05-30 12:35:01 +02:00
parent 3c66939671
commit 962d54e5e8

View File

@ -572,10 +572,6 @@ impl Step for Miri {
return;
}
if !try_run(builder, &mut cargo) {
return;
}
// # Done!
builder.save_toolstate("miri", ToolState::TestPass);
} else {