diff --git a/src/command_helpers.rs b/src/command_helpers.rs index 9f83e38c..adedab29 100644 --- a/src/command_helpers.rs +++ b/src/command_helpers.rs @@ -1,6 +1,7 @@ //! Miscellaneous helpers for running commands use std::{ + borrow::Cow, collections::hash_map, ffi::OsString, fmt::Display, @@ -311,7 +312,21 @@ pub(crate) fn objects_from_files(files: &[Arc], dst: &Path) -> Result