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:
authorOmer Ben-Amram <omerbenamram@gmail.com>2019-06-02 18:10:29 +0300
committerOmer Ben-Amram <omerbenamram@gmail.com>2019-06-02 18:10:29 +0300
commit6505c1758a8cb84dc6a50f2644a1b8033c455ec0 (patch)
tree682995172782ebabaaf42ad3771b3f0cf1d6e8f9 /src/attribute
parent7892866d4a7428e13bd2a5bfc75ec859f76f847e (diff)
cargo fix
Diffstat (limited to 'src/attribute')
-rw-r--r--src/attribute/x20.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/attribute/x20.rs b/src/attribute/x20.rs
index 1309de4..13425ba 100644
--- a/src/attribute/x20.rs
+++ b/src/attribute/x20.rs
@@ -1,7 +1,6 @@
use crate::err::{self, Result};
use crate::ReadSeek;
use log::trace;
-use snafu::OptionExt;
use byteorder::{LittleEndian, ReadBytesExt};
use encoding::all::UTF_16LE;