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 {
747
747
const ONLY_HOSTS : bool = true ;
748
748
749
749
fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
750
- let builder = run. builder ;
751
-
752
750
// Allow building `rust-analyzer-proc-macro-srv` both as part of the `rust-analyzer` and as a stand-alone tool.
753
751
run. path ( "src/tools/rust-analyzer" )
754
752
. 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
- )
763
753
}
764
754
765
755
fn make_run ( run : RunConfig < ' _ > ) {
You can’t perform that action at this time.
0 commit comments