]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/lib.rs
Rollup merge of #96584 - bentongxyz:x-setup-h-v-should-work, r=jyn514
[rust.git] / src / bootstrap / lib.rs
index f0c9a948727f0f2c15316636bc46bd96f5e61597..47fb4a38d05be381e074f199401b03c7b1de9db4 100644 (file)
@@ -730,10 +730,6 @@ pub fn build(&mut self) {
             return clean::clean(self, all);
         }
 
-        if let Subcommand::Setup { profile } = &self.config.cmd {
-            return setup::setup(&self.config, *profile);
-        }
-
         // Download rustfmt early so that it can be used in rust-analyzer configs.
         let _ = &builder::Builder::new(&self).initial_rustfmt();