mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Rename RustTargetDefinition to CargoTaskDefinition
This commit is contained in:
parent
f5a9250147
commit
e8d6a5ec0b
2 changed files with 4 additions and 4 deletions
|
@ -124,7 +124,7 @@ export async function createTask(runnable: ra.Runnable, config: Config): Promise
|
|||
program = await toolchain.cargoPath();
|
||||
}
|
||||
|
||||
const definition: tasks.RustTargetDefinition = {
|
||||
const definition: tasks.CargoTaskDefinition = {
|
||||
type: tasks.TASK_TYPE,
|
||||
program,
|
||||
args,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue