]> git.lizzy.rs Git - rust.git/commitdiff
Remove 'as any'
authorJeremy Kolb <kjeremy@gmail.com>
Sun, 9 Aug 2020 22:09:27 +0000 (18:09 -0400)
committerJeremy Kolb <kjeremy@gmail.com>
Sun, 9 Aug 2020 22:09:27 +0000 (18:09 -0400)
editors/code/src/client.ts

index bd7a150f0a53ca3fa6bb4d53120903b373554e5f..f5db55b8cc34c9e597455aed4590268fa7b2adb0 100644 (file)
@@ -129,7 +129,7 @@ export function createClient(serverPath: string, cwd: string): lc.LanguageClient
                 );
             }
 
-        } as any
+        }
     };
 
     const client = new lc.LanguageClient(