aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helix-dap/src/client.rs1
-rw-r--r--helix-term/src/lib.rs1
2 files changed, 0 insertions, 2 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,
diff --git a/helix-term/src/lib.rs b/helix-term/src/lib.rs
index 2f6ec12b..a94c5e49 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 {