mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
clean imports
This commit is contained in:
parent
6b3a6ddb39
commit
635b89fdaa
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import * as os from 'os';
|
|||
import * as path from 'path';
|
||||
import * as readline from 'readline';
|
||||
import * as vscode from 'vscode';
|
||||
import { execute, log, memoize, memoizeAsync } from './util';
|
||||
import { execute, log, memoizeAsync } from './util';
|
||||
|
||||
interface CompilationArtifact {
|
||||
fileName: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue