Skip to content

Commit

Permalink
fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin committed Jun 1, 2022
1 parent 1049435 commit a3c8803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ fn smart_unpack(

fn check_mime_type(
files: &[PathBuf],
formats: &mut Vec<Vec<Extension>>,
formats: &mut [Vec<Extension>],
question_policy: QuestionPolicy,
) -> crate::Result<ControlFlow<()>> {
for (path, format) in files.iter().zip(formats.iter_mut()) {
Expand Down

0 comments on commit a3c8803

Please sign in to comment.