mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Remove 'as any'
This commit is contained in:
parent
7252babc13
commit
58c97bdcbf
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ export function createClient(serverPath: string, cwd: string): lc.LanguageClient
|
|||
);
|
||||
}
|
||||
|
||||
} as any
|
||||
}
|
||||
};
|
||||
|
||||
const client = new lc.LanguageClient(
|
||||
|
|
Loading…
Reference in a new issue