From da4afaf3daf6bc9355953c404d1766321ed9fd99 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Thu, 4 Jan 2024 08:51:00 +0200 Subject: remove build warnings (#9180) --- helix-term/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'helix-term') 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 { -- cgit v1.2.3-70-g09d2