Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.rs')
-rw-r--r--src/entry.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entry.rs b/src/entry.rs
index 2f89d04..1ce8f35 100644
--- a/src/entry.rs
+++ b/src/entry.rs
@@ -1,4 +1,4 @@
-use crate::err::{self, Error, Result};
+use crate::err::{Error, Result};
use crate::impl_serialize_for_bitflags;
use log::trace;