diff options
author | Tshepang Mbambo | 2024-01-04 06:51:00 +0000 |
---|---|---|
committer | GitHub | 2024-01-04 06:51:00 +0000 |
commit | da4afaf3daf6bc9355953c404d1766321ed9fd99 (patch) | |
tree | f2ac011e9e09ac5e0ff8dd57669037f494c7bd48 /helix-dap | |
parent | 8f2e611b7e30d74546afe5ec6a16eed6d34f4c39 (diff) |
remove build warnings (#9180)
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 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, |