From 8db954c79ad5d87a24a2b1f3644ff09ca7615ddb Mon Sep 17 00:00:00 2001 From: flip1995 Date: Tue, 27 Aug 2019 10:41:48 +0200 Subject: [PATCH] [Auto] bin/core/tag: Fix Clippy warnings Signed-off-by: flip1995 Signed-off-by: Matthias Beyer --- bin/core/imag-tag/src/main.rs | 11 +++++------ bin/core/imag-tag/src/ui.rs | 1 - 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/bin/core/imag-tag/src/main.rs b/bin/core/imag-tag/src/main.rs index 411e01e1..a3c1bdc3 100644 --- a/bin/core/imag-tag/src/main.rs +++ b/bin/core/imag-tag/src/main.rs @@ -164,7 +164,7 @@ fn alter(rt: &Runtime, path: StoreId, add: Option>, rem: Option Option Result>> { matches.values_of("id") .map(|v| v - .into_iter() .map(PathBuf::from) .map(|pb| pb.into_storeid()) .collect::>>()