From abc3bfe3a481d5bad7c1b66558f63bc45088897f Mon Sep 17 00:00:00 2001 From: xgdgsc Date: Sun, 19 Mar 2023 09:41:39 +0800 Subject: [PATCH] clippy fix --- src/commands/compress.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/compress.rs b/src/commands/compress.rs index 353d81f..a2a5018 100644 --- a/src/commands/compress.rs +++ b/src/commands/compress.rs @@ -23,6 +23,7 @@ use crate::{ /// # Return value /// - Returns `Ok(true)` if compressed all files normally. /// - Returns `Ok(false)` if user opted to abort compression mid-way. +#[allow(clippy::too_many_arguments)] pub fn compress_files( files: Vec, extensions: Vec,