mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-15 23:05:41 +00:00
Fix tsfmt and eslint warnings
This commit is contained in:
parent
a154ef7ca1
commit
5f5a3e6eae
2 changed files with 4 additions and 4 deletions
|
@ -131,9 +131,9 @@ export interface OpenCargoTomlParams {
|
|||
export const moveItem = new lc.RequestType<MoveItemParams, lc.TextDocumentEdit | void, void>("experimental/moveItem");
|
||||
|
||||
export interface MoveItemParams {
|
||||
textDocument: lc.TextDocumentIdentifier,
|
||||
range: lc.Range,
|
||||
direction: Direction
|
||||
textDocument: lc.TextDocumentIdentifier;
|
||||
range: lc.Range;
|
||||
direction: Direction;
|
||||
}
|
||||
|
||||
export const enum Direction {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue