summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 79736c4..7412799 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -19,8 +19,6 @@ use crypto_hash::{Algorithm, Hasher};
extern crate hex;
-// Command line args are names of dirs, recursively list all files and
-// dirs them
fn main() -> io::Result<()> {
for dirname in env::args().skip(1) {
for e in WalkDir::new(&dirname).into_iter().filter_map(|e| e.ok()) {