aboutsummaryrefslogtreecommitdiff
path: root/helix-term
diff options
context:
space:
mode:
authorMichael Davis2024-03-27 05:34:47 +0000
committerGitHub2024-03-27 05:34:47 +0000
commitcb286b7a5df247057602f3bba3254b4c58093375 (patch)
tree9ef248d0e2fafc1e6a8994639271b4fe26c66b45 /helix-term
parenta6c6fa4c8ea3db3520f64de88c55729980720928 (diff)
Fix rustc warnings about unused 'pub use's (#10011)
Diffstat (limited to 'helix-term')
-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