Skip to content

Commit

Permalink
remove build warnings (#9180)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Jan 4, 2024
1 parent 8f2e611 commit da4afaf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion helix-dap/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use helix_core::syntax::DebuggerQuirks;
use serde_json::Value;

use anyhow::anyhow;
pub use log::{error, info};
use std::{
collections::HashMap,
future::Future,
Expand Down
1 change: 0 additions & 1 deletion helix-term/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ pub mod ui;
use std::path::Path;

use ignore::DirEntry;
pub use keymap::macros::*;

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

0 comments on commit da4afaf

Please sign in to comment.