summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-10-02 09:33:11 +0300
committerLars Wirzenius <liw@liw.fi>2018-10-02 09:33:11 +0300
commit8610949aaee93771065661e77a75bb25d02b80b1 (patch)
tree1e2b714b89201a689b73af50edc7d104bd72f666 /src
parent7d818831a3712e307731bf5be28bc876874f8b39 (diff)
downloadsummainrs-8610949aaee93771065661e77a75bb25d02b80b1.tar.gz
Drop: obsolete comment
Diffstat (limited to 'src')
-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()) {