mirror of https://github.com/bobwen-dev/hunter
remove unused import
This commit is contained in:
parent
1ddffe2611
commit
e7033eca03
|
@ -20,7 +20,6 @@ use failure::Error;
|
||||||
use notify::DebouncedEvent;
|
use notify::DebouncedEvent;
|
||||||
use rayon::{ThreadPool, ThreadPoolBuilder};
|
use rayon::{ThreadPool, ThreadPoolBuilder};
|
||||||
use alphanumeric_sort::compare_str;
|
use alphanumeric_sort::compare_str;
|
||||||
use osstrtools::OsStrTools;
|
|
||||||
|
|
||||||
use crate::fail::{HResult, HError, ErrorLog};
|
use crate::fail::{HResult, HError, ErrorLog};
|
||||||
use crate::dirty::{AsyncDirtyBit, DirtyBit, Dirtyable};
|
use crate::dirty::{AsyncDirtyBit, DirtyBit, Dirtyable};
|
||||||
|
|
Loading…
Reference in New Issue