From 8610949aaee93771065661e77a75bb25d02b80b1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 2 Oct 2018 09:33:11 +0300 Subject: Drop: obsolete comment --- src/main.rs | 2 -- 1 file changed, 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()) { -- cgit v1.2.1