mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 03:47:51 +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;
|
use crate::handlers::signature_help::SignatureHelpHandler;
|
||||||
|
|
||||||
pub use completion::trigger_auto_completion;
|
pub use completion::trigger_auto_completion;
|
||||||
pub use helix_view::handlers::lsp::SignatureHelpInvoked;
|
|
||||||
pub use helix_view::handlers::Handlers;
|
pub use helix_view::handlers::Handlers;
|
||||||
|
|
||||||
mod completion;
|
mod completion;
|
||||||
|
|
|
@ -20,8 +20,6 @@ mod handlers;
|
||||||
use ignore::DirEntry;
|
use ignore::DirEntry;
|
||||||
use url::Url;
|
use url::Url;
|
||||||
|
|
||||||
pub use keymap::macros::*;
|
|
||||||
|
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
fn true_color() -> bool {
|
fn true_color() -> bool {
|
||||||
true
|
true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue