aboutsummaryrefslogtreecommitdiff
path: root/helix-dap/src/client.rs
diff options
context:
space:
mode:
authorTshepang Mbambo2024-01-04 06:51:00 +0000
committerGitHub2024-01-04 06:51:00 +0000
commitda4afaf3daf6bc9355953c404d1766321ed9fd99 (patch)
treef2ac011e9e09ac5e0ff8dd57669037f494c7bd48 /helix-dap/src/client.rs
parent8f2e611b7e30d74546afe5ec6a16eed6d34f4c39 (diff)
remove build warnings (#9180)
Diffstat (limited to 'helix-dap/src/client.rs')
-rw-r--r--helix-dap/src/client.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-dap/src/client.rs b/helix-dap/src/client.rs
index acdfc5b7..55ebab57 100644
--- a/helix-dap/src/client.rs
+++ b/helix-dap/src/client.rs
@@ -9,7 +9,6 @@ use helix_core::syntax::DebuggerQuirks;
use serde_json::Value;
use anyhow::anyhow;
-pub use log::{error, info};
use std::{
collections::HashMap,
future::Future,