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:04:13 +0200
commit7a8a6a08400ac78fa88464171514389700268ab7 (patch)
tree5f2fd821f2fb2eab071d72feaa6cee29034f2bc2
parent3247dd93d194b16f44a73a7290b7b6583c8cb1f4 (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 eaf7d37..8186cf8 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};