Skip to content

Commit

Permalink
Fix rustc warnings about unused 'pub use's (helix-editor#10011)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis authored and postsolar committed Apr 20, 2024
1 parent 09b574e commit 1561955
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion helix-term/src/handlers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions helix-term/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ mod handlers;
use ignore::DirEntry;
use url::Url;

pub use keymap::macros::*;

#[cfg(windows)]
fn true_color() -> bool {
true
Expand Down

0 comments on commit 1561955

Please sign in to comment.