Skip to content

Commit

Permalink
Appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Emann committed Apr 10, 2024
1 parent 39dac83 commit e99dfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/applesauce/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ mod tests {

let mut fc = FileCompressor::new();
fc.recursive_compress(
[inner_dir.as_path(), inner_file_path.as_path()].into_iter(),
[inner_dir.as_path(), inner_file_path.as_path()],
Kind::default(),
1.0,
2,
Expand Down

0 comments on commit e99dfd4

Please sign in to comment.