refactor: remove unused code
This commit is contained in:
parent
57c0f1f1f4
commit
b3db306b11
1 changed files with 0 additions and 3 deletions
|
|
@ -46,9 +46,6 @@ export const rebuildProcMacros = new lc.RequestType0<null, void>("rust-analyzer/
|
|||
export const runFlycheck = new lc.NotificationType<{
|
||||
textDocument: lc.TextDocumentIdentifier | null;
|
||||
}>("rust-analyzer/runFlycheck");
|
||||
export const syntaxTree = new lc.RequestType<SyntaxTreeParams, string, void>(
|
||||
"rust-analyzer/syntaxTree",
|
||||
);
|
||||
export const viewSyntaxTree = new lc.RequestType<ViewSyntaxTreeParams, string, void>(
|
||||
"rust-analyzer/viewSyntaxTree",
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue