From 938549b51ddc4ec5259b61c0305cc90450daa229 Mon Sep 17 00:00:00 2001 From: Rasmus Kaj Date: Sat, 18 May 2019 22:45:33 +0200 Subject: [PATCH] Remove an unneded attribute. --- src/adm/findphotos.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/adm/findphotos.rs b/src/adm/findphotos.rs index 88f5611..029b467 100644 --- a/src/adm/findphotos.rs +++ b/src/adm/findphotos.rs @@ -21,7 +21,6 @@ pub struct Findphotos { photos: DirOpt, /// Base directory to search in (relative to the image root). - #[structopt()] base: Vec, }