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/attribute/x30.rs')
-rw-r--r--src/attribute/x30.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attribute/x30.rs b/src/attribute/x30.rs
index 1228039..22aa8ec 100644
--- a/src/attribute/x30.rs
+++ b/src/attribute/x30.rs
@@ -1,5 +1,5 @@
use crate::attribute::FileAttributeFlags;
-use crate::err::{self, Error, Result};
+use crate::err::{Error, Result};
use crate::ReadSeek;
use log::trace;