mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
remove build warnings (#9180)
This commit is contained in:
parent
8f2e611b7e
commit
da4afaf3da
@ -9,7 +9,6 @@
|
|||||||
use serde_json::Value;
|
use serde_json::Value;
|
||||||
|
|
||||||
use anyhow::anyhow;
|
use anyhow::anyhow;
|
||||||
pub use log::{error, info};
|
|
||||||
use std::{
|
use std::{
|
||||||
collections::HashMap,
|
collections::HashMap,
|
||||||
future::Future,
|
future::Future,
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
|
|
||||||
use ignore::DirEntry;
|
use ignore::DirEntry;
|
||||||
pub use keymap::macros::*;
|
|
||||||
|
|
||||||
#[cfg(not(windows))]
|
#[cfg(not(windows))]
|
||||||
fn true_color() -> bool {
|
fn true_color() -> bool {
|
||||||
|
Loading…
Reference in New Issue
Block a user