File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -747,19 +747,9 @@ impl Step for RustAnalyzerProcMacroSrv {
747747 const ONLY_HOSTS : bool = true ;
748748
749749 fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
750- let builder = run. builder ;
751-
752750 // Allow building `rust-analyzer-proc-macro-srv` both as part of the `rust-analyzer` and as a stand-alone tool.
753751 run. path ( "src/tools/rust-analyzer" )
754752 . path ( "src/tools/rust-analyzer/crates/proc-macro-srv-cli" )
755- . default_condition (
756- builder. config . extended
757- && builder. config . tools . as_ref ( ) . map_or ( true , |tools| {
758- tools. iter ( ) . any ( |tool| {
759- tool == "rust-analyzer" || tool == "rust-analyzer-proc-macro-srv"
760- } )
761- } ) ,
762- )
763753 }
764754
765755 fn make_run ( run : RunConfig < ' _ > ) {
You can’t perform that action at this time.
0 commit comments