diff --git a/helix-dap/src/client.rs b/helix-dap/src/client.rs index acdfc5b7e..55ebab577 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, diff --git a/helix-term/src/lib.rs b/helix-term/src/lib.rs index 2f6ec12b1..a94c5e494 100644 --- a/helix-term/src/lib.rs +++ b/helix-term/src/lib.rs @@ -13,7 +13,6 @@ pub mod ui; use std::path::Path; use ignore::DirEntry; -pub use keymap::macros::*; #[cfg(not(windows))] fn true_color() -> bool {