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::>>()