diff --git a/helix-term/src/handlers.rs b/helix-term/src/handlers.rs index ef5369f8505eb..1b7d9b8c0b923 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 8b7919951813d..7719a6965548d 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