Skip to content

Commit 7ed7e20

Browse files
committed
Run Rustfmt before RustAnalyzer
1 parent 1835d03 commit 7ed7e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -703,8 +703,8 @@ impl<'a> Builder<'a> {
703703
check::CargoMiri,
704704
check::MiroptTestTools,
705705
check::Rls,
706-
check::RustAnalyzer,
707706
check::Rustfmt,
707+
check::RustAnalyzer,
708708
check::Bootstrap
709709
),
710710
Kind::Test => describe!(

0 commit comments

Comments
 (0)