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-term/src | |
parent | 8f2e611b7e30d74546afe5ec6a16eed6d34f4c39 (diff) |
remove build warnings (#9180)
Diffstat (limited to 'helix-term/src')
-rw-r--r-- | helix-term/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |