]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/install.rs
Update browser-ui-test version to 0.9.8
[rust.git] / src / bootstrap / install.rs
index 6e49f39ffb6aa5924aa1d6a00b86725c85951c9e..d34aa15c515399046a6dcda1f192c7f1d8250b3c 100644 (file)
@@ -182,15 +182,6 @@ fn run($sel, $builder: &Builder<'_>) {
             .expect("missing cargo");
         install_sh(builder, "cargo", self.compiler.stage, Some(self.target), &tarball);
     };
-    Rls, alias = "rls", Self::should_build(_config), only_hosts: true, {
-        if let Some(tarball) = builder.ensure(dist::Rls { compiler: self.compiler, target: self.target }) {
-            install_sh(builder, "rls", self.compiler.stage, Some(self.target), &tarball);
-        } else {
-            builder.info(
-                &format!("skipping Install RLS stage{} ({})", self.compiler.stage, self.target),
-            );
-        }
-    };
     RustAnalyzer, alias = "rust-analyzer", Self::should_build(_config), only_hosts: true, {
         if let Some(tarball) =
             builder.ensure(dist::RustAnalyzer { compiler: self.compiler, target: self.target })