From 974a7bd76568af490ca7eca7d9d949a6ccfd5fc2 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Fri, 29 Apr 2022 12:02:32 -0700 Subject: [PATCH] Remove unused import --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index cf089fb39..3c2f9b8bf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -53,7 +53,7 @@ use mimalloc::MiMalloc; #[global_allocator] static GLOBAL: MiMalloc = MiMalloc; -use options::{should_use_color, DisplayMode, DisplayOptions, Mode}; +use options::{DisplayMode, DisplayOptions, Mode}; use rayon::prelude::*; use sliders::fix_all_sliders; use std::{env, path::Path};