1
Fork 0

make future diffs minimal

This commit is contained in:
Tshepang Mbambo 2024-02-08 11:06:51 +02:00
parent 870a01a30e
commit 0ce71f6985

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,