This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #1317 - Xanewok:wip-async-lsp-client, r=Xanewok
Make test `RlsHandle` transport-agnostic Started working towards more clean and abstract LSP client (hopefully server later on?) - first change separates the underlying transport used for the LSP client. Another convenient change is implementing `Drop` for the `RlsHandle` so we don't need to call shutdown manually everywhere. Next, I'd like to separate and not own directly `Runtime` but probably work with tokio Executors. r? @alexheretic
- Loading branch information