diff options
author | Blaž Hrastnik | 2021-08-17 00:44:02 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-08-20 04:48:33 +0000 |
commit | 86102a651f3b3bf1c8965ca9b44b578694f7ce3e (patch) | |
tree | 4862f9aec6cc4fa912f4cb6f45251b502951d98e /helix-dap | |
parent | 2094ff1aaf08be492ccf052d189446a2c8a5a15e (diff) |
wip
Diffstat (limited to 'helix-dap')
-rw-r--r-- | helix-dap/src/client.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-dap/src/client.rs b/helix-dap/src/client.rs index 0f647681..9b1664b3 100644 --- a/helix-dap/src/client.rs +++ b/helix-dap/src/client.rs @@ -18,7 +18,6 @@ use std::{ }; use tokio::{ io::{AsyncBufRead, AsyncWrite, BufReader, BufWriter}, - join, net::TcpStream, process::{Child, Command}, sync::{ |