diff options
author | Blaž Hrastnik | 2020-12-13 03:23:50 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2020-12-13 03:23:50 +0000 |
commit | 8695415fbfe927250f68e93793660e3c4e4a70b4 (patch) | |
tree | 829bb12d6fe17d322b1586871c3aeacc095d9f58 /helix-lsp/src | |
parent | 29cb33300b1486c778e9318e87e60c26695c2520 (diff) |
wip: Move to new rendering structure.
Diffstat (limited to 'helix-lsp/src')
-rw-r--r-- | helix-lsp/src/transport.rs | 1 |
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(()) } |