summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-04-20 13:03:50 +0200
committerrabite <rabite@posteo.de>2019-04-20 13:03:50 +0200
commite7033eca0398e013a32ad5acc1e6df28308da2ff (patch)
tree26e6a91ee84f483352b8c5df714564034eb0210b
parent1ddffe26110a1aa7d2e051a01205e4954fcc32ce (diff)
remove unused import
-rw-r--r--src/files.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/files.rs b/src/files.rs
index ea2642f..c240920 100644
--- a/src/files.rs
+++ b/src/files.rs
@@ -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};