Use top-level path in tool Step
This commit is contained in:
parent
d42b28af41
commit
37ed531fcc
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ impl Step for RustAnalyzer {
|
|||
|
||||
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
|
||||
let builder = run.builder;
|
||||
run.path("src/tools/rust-analyzer/crates/rust-analyzer").default_condition(
|
||||
run.path("src/tools/rust-analyzer").default_condition(
|
||||
builder.config.extended
|
||||
&& builder
|
||||
.config
|
||||
|
|
Loading…
Add table
Reference in a new issue