summaryrefslogtreecommitdiff
path: root/src/bootstrap/builder.rs
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2023-06-05 17:02:51 +0200
committerGitHub <noreply@github.com>2023-06-05 17:02:51 +0200
commit0258a16cdc917e379898c8b0e5765e5cf209994e (patch)
tree644c88b4ad869a4fabf4148ba36bfddfb0ce218c /src/bootstrap/builder.rs
parent200d03acad67cc76c9d103ce0c0b36f2e1880384 (diff)
parent7ed7e208abd9f807b96226eb47545f81bc4c9156 (diff)
Rollup merge of #112291 - sigaloid:master, r=clubby789
Disable RustAnalyzer check by default, run Rustfmt check before Fixes #112287.
Diffstat (limited to 'src/bootstrap/builder.rs')
-rw-r--r--src/bootstrap/builder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs
index 131d2566af5..0be59cab48b 100644
--- a/src/bootstrap/builder.rs
+++ b/src/bootstrap/builder.rs
@@ -703,8 +703,8 @@ impl<'a> Builder<'a> {
check::CargoMiri,
check::MiroptTestTools,
check::Rls,
- check::RustAnalyzer,
check::Rustfmt,
+ check::RustAnalyzer,
check::Bootstrap
),
Kind::Test => describe!(