mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Fix rustc warnings about unused 'pub use's (#10011)
This commit is contained in:
parent
a6c6fa4c8e
commit
cb286b7a5d
2 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -20,8 +20,6 @@ mod handlers;
|
|||
use ignore::DirEntry;
|
||||
use url::Url;
|
||||
|
||||
pub use keymap::macros::*;
|
||||
|
||||
#[cfg(windows)]
|
||||
fn true_color() -> bool {
|
||||
true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue