aboutsummaryrefslogtreecommitdiff
path: root/helix-lsp/src/transport.rs
diff options
context:
space:
mode:
authorJan Hrastnik2020-12-13 11:30:36 +0000
committerGitHub2020-12-13 11:30:36 +0000
commitb12a6dc8303bbc1b4b08a9abb4668741d154adbd (patch)
tree016aa433cf7c226341e9c3c3e74ea65060db1914 /helix-lsp/src/transport.rs
parentb7a3e525ed7fed5ed79e8580df2e3496bd994419 (diff)
parent07801b60bccd0f084eae925e0290c24322de575f (diff)
Merge pull request #6 from helix-editor/compositor
Compositor v2 rewrite
Diffstat (limited to 'helix-lsp/src/transport.rs')
-rw-r--r--helix-lsp/src/transport.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-lsp/src/transport.rs b/helix-lsp/src/transport.rs
index 4c349a13..22af1b40 100644
--- a/helix-lsp/src/transport.rs
+++ b/helix-lsp/src/transport.rs
@@ -177,7 +177,6 @@ impl Transport {
.expect("pending_request with id not found!");
tx.send(Err(error.into())).await?;
}
- msg => unimplemented!("{:?}", msg),
}
Ok(())
}