We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51eeabf commit 7c6258dCopy full SHA for 7c6258d
src/bootstrap/builder.rs
@@ -367,14 +367,14 @@ impl<'a> Builder<'a> {
367
tool::RemoteTestClient,
368
tool::RustInstaller,
369
tool::Cargo,
370
+ tool::Clippy,
371
+ tool::CargoClippy,
372
+ tool::Rustfmt,
373
tool::Rls,
374
tool::RustAnalyzer,
375
tool::Rustdoc,
- tool::Clippy,
- tool::CargoClippy,
376
native::Llvm,
377
native::Sanitizers,
- tool::Rustfmt,
378
tool::Miri,
379
tool::CargoMiri,
380
native::Lld
@@ -462,10 +462,10 @@ impl<'a> Builder<'a> {
462
dist::Src,
463
dist::PlainSourceTarball,
464
dist::Cargo,
465
+ dist::Clippy,
466
+ dist::Rustfmt,
467
dist::Rls,
468
dist::RustAnalyzer,
- dist::Rustfmt,
- dist::Clippy,
469
dist::Miri,
470
dist::LlvmTools,
471
dist::Extended,
0 commit comments