Fix rustc warnings about unused 'pub use's (#10011)

pull/10022/head
Michael Davis 2 months ago committed by GitHub
parent a6c6fa4c8e
commit cb286b7a5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save