From c4a9a22cd06f59ea5060481df99f5a7b09db8e26 Mon Sep 17 00:00:00 2001 From: matthew seyer Date: Sun, 21 May 2017 21:15:58 -0500 Subject: Changed Attribute Naming standards and now storing attributes as an array. --- src/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.rs') 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(directory: &str, serializer: S) where S: serde::Serializ } fn process_file(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) => { -- cgit v1.2.3