mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 21:13:37 +00:00
semicolon
This commit is contained in:
parent
64caa6bbf1
commit
e9c8a84a35
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import type * as ra from "./lsp_ext";
|
|||
import { Cargo } from "./toolchain";
|
||||
import type { Ctx } from "./ctx";
|
||||
import { createTaskFromRunnable, prepareEnv } from "./run";
|
||||
import { execSync } from 'node:child_process'
|
||||
import { execSync } from 'node:child_process';
|
||||
import { execute, isCargoRunnableArgs, unwrapUndefinable } from "./util";
|
||||
import type { Config } from "./config";
|
||||
|
||||
|
|
Loading…
Reference in a new issue