Skip to content

Commit 2386c7c

Browse files
authored
Rollup merge of rust-lang#120769 - tshepang:minimal-diffs, r=wesleywiser
make future diffs minimal
2 parents 1f31daa + 0ce71f6 commit 2386c7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/src/core/builder.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ impl<'a> Builder<'a> {
732732
check::Rls,
733733
check::Rustfmt,
734734
check::RustAnalyzer,
735-
check::Bootstrap
735+
check::Bootstrap,
736736
),
737737
Kind::Test => describe!(
738738
crate::core::build_steps::toolstate::ToolStateCheck,
@@ -866,7 +866,7 @@ impl<'a> Builder<'a> {
866866
install::Miri,
867867
install::LlvmTools,
868868
install::Src,
869-
install::Rustc
869+
install::Rustc,
870870
),
871871
Kind::Run => describe!(
872872
run::ExpandYamlAnchors,

0 commit comments

Comments
 (0)