From fa4405b58b364a873a2facc888db8c73827590d9 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Sun, 24 Oct 2021 10:15:46 +0100 Subject: [PATCH] Cleanup: Remove unused comment This was fixed a few commits ago --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index f925cda..c170028 100644 --- a/src/main.rs +++ b/src/main.rs @@ -178,7 +178,7 @@ fn main() { .arg( Arg::with_name("ignore_hidden") .short("i") // Do not use 'h' this is used by 'help' - .long("ignore_hidden") //TODO: fix change - -> _ + .long("ignore_hidden") .help("Do not display hidden files"), ) .arg(