aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helix-term/src/handlers.rs1
-rw-r--r--helix-term/src/lib.rs2
2 files changed, 0 insertions, 3 deletions
diff --git a/helix-term/src/handlers.rs b/helix-term/src/handlers.rs
index ef5369f8..1b7d9b8c 100644
--- a/helix-term/src/handlers.rs
+++ b/helix-term/src/handlers.rs
@@ -9,7 +9,6 @@ use crate::handlers::completion::CompletionHandler;
use crate::handlers::signature_help::SignatureHelpHandler;
pub use completion::trigger_auto_completion;
-pub use helix_view::handlers::lsp::SignatureHelpInvoked;
pub use helix_view::handlers::Handlers;
mod completion;
diff --git a/helix-term/src/lib.rs b/helix-term/src/lib.rs
index 8b791995..7719a696 100644
--- a/helix-term/src/lib.rs
+++ b/helix-term/src/lib.rs
@@ -20,8 +20,6 @@ mod handlers;
use ignore::DirEntry;
use url::Url;
-pub use keymap::macros::*;
-
#[cfg(windows)]
fn true_color() -> bool {
true