Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit b5a02e0

Browse files
committed
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
2 parents 0822b62 + 735212f commit b5a02e0

File tree

4 files changed

+126
-130
lines changed

4 files changed

+126
-130
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ rustc-workspace-hack = "1.0.0"
6666
[dev-dependencies]
6767
difference = "2"
6868
tempfile = "3"
69-
lsp-codec = "0.1.1"
69+
lsp-codec = "0.1.2"
7070
tokio = "0.1"
7171
futures = "0.1"
7272
tokio-process = "0.2"

0 commit comments

Comments
 (0)