Rollup merge of #120769 - tshepang:minimal-diffs, r=wesleywiser
make future diffs minimal
This commit is contained in:
commit
2386c7c6a8
@ -732,7 +732,7 @@ macro_rules! describe {
|
||||
check::Rls,
|
||||
check::Rustfmt,
|
||||
check::RustAnalyzer,
|
||||
check::Bootstrap
|
||||
check::Bootstrap,
|
||||
),
|
||||
Kind::Test => describe!(
|
||||
crate::core::build_steps::toolstate::ToolStateCheck,
|
||||
@ -866,7 +866,7 @@ macro_rules! describe {
|
||||
install::Miri,
|
||||
install::LlvmTools,
|
||||
install::Src,
|
||||
install::Rustc
|
||||
install::Rustc,
|
||||
),
|
||||
Kind::Run => describe!(
|
||||
run::ExpandYamlAnchors,
|
||||
|
Loading…
Reference in New Issue
Block a user