Apply lints

This commit is contained in:
bytedream 2024-05-03 20:58:46 +02:00
parent 4066b8511c
commit f77804fcb5
3 changed files with 15 additions and 35 deletions

View file

@ -393,7 +393,7 @@ impl Execute for Archive {
|| (method_subtitle && subtitle_differ)
{
skip = false;
path = formatted_path.clone()
path.clone_from(&formatted_path)
}
}
}