Skip to content

Commit c4fd876

Browse files
committed
added allow clippy::too_many_arguments
1 parent b5c227e commit c4fd876

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/image_processing.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ fn find_character_position(character: char, sequence: &str) -> Option<usize> {
6363
pos
6464
}
6565

66+
#[allow(clippy::too_many_arguments)]
6667
fn copy_character_to_output(
6768
font_image: &image::DynamicImage,
6869
output_image: &mut ImageBuffer<image::Rgba<u8>, Vec<u8>>,

0 commit comments

Comments
 (0)