diff options
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::{ |