Rollup merge of #120769 - tshepang:minimal-diffs, r=wesleywiser

make future diffs minimal
This commit is contained in:
Matthias Krüger 2024-02-08 20:34:58 +01:00 committed by GitHub
commit 2386c7c6a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -732,7 +732,7 @@ impl<'a> Builder<'a> {
check::Rls,
check::Rustfmt,
check::RustAnalyzer,
check::Bootstrap
check::Bootstrap,
),
Kind::Test => describe!(
crate::core::build_steps::toolstate::ToolStateCheck,
@ -866,7 +866,7 @@ impl<'a> Builder<'a> {
install::Miri,
install::LlvmTools,
install::Src,
install::Rustc
install::Rustc,
),
Kind::Run => describe!(
run::ExpandYamlAnchors,