Remove unused import

pass_end_node
Wilfred Hughes 2022-04-29 12:02:32 +07:00
parent dc51e154b8
commit 974a7bd765
1 changed files with 1 additions and 1 deletions

@ -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};