mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-26 11:55:04 +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(
|
const client = new lc.LanguageClient(
|
||||||
|
|
Loading…
Reference in a new issue