Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 37ed531

Browse files
Use top-level path in tool Step
1 parent d42b28a commit 37ed531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/tool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ impl Step for RustAnalyzer {
696696

697697
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
698698
let builder = run.builder;
699-
run.path("src/tools/rust-analyzer/crates/rust-analyzer").default_condition(
699+
run.path("src/tools/rust-analyzer").default_condition(
700700
builder.config.extended
701701
&& builder
702702
.config

0 commit comments

Comments
 (0)