mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
Cleanup imports
This commit is contained in:
parent
ca5c59507f
commit
260df66b77
5 changed files with 12 additions and 8 deletions
|
@ -1,4 +1,5 @@
|
|||
import { Range, TextDocumentIdentifier } from 'vscode-languageclient';
|
||||
import * as lc from 'vscode-languageclient';
|
||||
|
||||
import { Ctx, Cmd } from '../ctx';
|
||||
import { applySourceChange, SourceChange } from '../source_change';
|
||||
|
||||
|
@ -20,6 +21,6 @@ export function joinLines(ctx: Ctx): Cmd {
|
|||
}
|
||||
|
||||
interface JoinLinesParams {
|
||||
textDocument: TextDocumentIdentifier;
|
||||
range: Range;
|
||||
textDocument: lc.TextDocumentIdentifier;
|
||||
range: lc.Range;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue