remove build warnings (#9180)

This commit is contained in:
Tshepang Mbambo 2024-01-04 08:51:00 +02:00 committed by GitHub
parent 8f2e611b7e
commit da4afaf3da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -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,

View file

@ -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 {