1
0
mirror of https://github.com/bobwen-dev/hunter synced 2025-04-12 00:55:41 +02:00

remove unused import

This commit is contained in:
rabite 2019-04-20 13:03:50 +02:00
parent 1ddffe2611
commit e7033eca03

View File

@ -20,7 +20,6 @@ use failure::Error;
use notify::DebouncedEvent;
use rayon::{ThreadPool, ThreadPoolBuilder};
use alphanumeric_sort::compare_str;
use osstrtools::OsStrTools;
use crate::fail::{HResult, HError, ErrorLog};
use crate::dirty::{AsyncDirtyBit, DirtyBit, Dirtyable};