Skip to content

Commit 0d5c02d

Browse files
committed
refactor: remove unused code
1 parent 2efc800 commit 0d5c02d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

editors/code/src/lsp_ext.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ export const rebuildProcMacros = new lc.RequestType0<null, void>("rust-analyzer/
4646
export const runFlycheck = new lc.NotificationType<{
4747
textDocument: lc.TextDocumentIdentifier | null;
4848
}>("rust-analyzer/runFlycheck");
49-
export const syntaxTree = new lc.RequestType<SyntaxTreeParams, string, void>(
50-
"rust-analyzer/syntaxTree",
51-
);
5249
export const viewSyntaxTree = new lc.RequestType<ViewSyntaxTreeParams, string, void>(
5350
"rust-analyzer/viewSyntaxTree",
5451
);

0 commit comments

Comments
 (0)