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

github.com/windirstat/RustyMft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatthew seyer <matthew.seyer@gmail.com>2017-05-22 05:15:58 +0300
committermatthew seyer <matthew.seyer@gmail.com>2017-05-22 05:15:58 +0300
commitc4a9a22cd06f59ea5060481df99f5a7b09db8e26 (patch)
tree5a22f8bb4125c366bc8c5a0a3f43bb3dbe5aea37 /src/main.rs
parenta65d3af5a8314b0b65e5ea34d76abb76058c2764 (diff)
Changed Attribute Naming standards and now storing attributes as an array.
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 7d24845..c4c68d5 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -29,7 +29,6 @@ fn process_directory<S>(directory: &str, serializer: S) where S: serde::Serializ
}
fn process_file<S: serde::ser::SerializeSeq>(filename: &str, serializer: &mut S) -> bool {
- // Check if file is a prefetch file
let mut mft_handler = match MftHandler::new(filename) {
Ok(mft_handler) => mft_handler,
Err(error) => {