Skip to content

Commit

Permalink
make future diffs minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Feb 8, 2024
1 parent 870a01a commit 0ce71f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bootstrap/src/core/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -866,7 +866,7 @@ impl<'a> Builder<'a> {
install::Miri,
install::LlvmTools,
install::Src,
install::Rustc
install::Rustc,
),
Kind::Run => describe!(
run::ExpandYamlAnchors,
Expand Down

0 comments on commit 0ce71f6

Please sign in to comment.