From 9a6959970ab9b03da91029096fdf387a7b5f44a8 Mon Sep 17 00:00:00 2001 From: Hannes Braun Date: Mon, 26 Feb 2024 20:09:54 +0100 Subject: [PATCH] Remove superfluous mut keywords (#341) --- crunchy-cli-core/src/archive/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crunchy-cli-core/src/archive/command.rs b/crunchy-cli-core/src/archive/command.rs index 741dd5b..8e70c2e 100644 --- a/crunchy-cli-core/src/archive/command.rs +++ b/crunchy-cli-core/src/archive/command.rs @@ -268,7 +268,7 @@ impl Execute for Archive { let mut skip = true; if !self.skip_existing_method.is_empty() { - if let Some((mut audio_locales, mut subtitle_locales)) = + if let Some((audio_locales, subtitle_locales)) = get_video_streams(&formatted_path)? { let method_audio = self