mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
code linting
This commit is contained in:
parent
271abb7bc4
commit
611fad275f
3 changed files with 32 additions and 32 deletions
|
@ -111,7 +111,7 @@ export function prepareEnv(runnable: ra.Runnable, runnableEnvCfg: RunnableEnvCfg
|
|||
}
|
||||
}
|
||||
} else {
|
||||
Object.assign(env, runnableEnvCfg as Record<string, string>);
|
||||
Object.assign(env, runnableEnvCfg);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue