From da4afaf3daf6bc9355953c404d1766321ed9fd99 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Thu, 4 Jan 2024 08:51:00 +0200 Subject: [PATCH] remove build warnings (#9180) --- helix-dap/src/client.rs | 1 - helix-term/src/lib.rs | 1 - 2 files changed, 2 deletions(-) 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 {