Apply cargo-clippy fixes
1 files changed, 2 insertions(+), 2 deletions(-) M src/main.rs
M src/main.rs => src/main.rs +2-2
@@ 128,11 128,11 @@ fn main() -> Result<()> { .with_context(|| format!("unable to get filename for {:?}", source))?, ) } else { destination.to_owned() destination }; println!( "Installing {:?} to {:?}", source.strip_prefix(&package_dir).unwrap_or(&source), source.strip_prefix(&package_dir).unwrap_or(source), destination ); if !dry_run {