Skip to content

Commit

Permalink
added allow clippy::too_many_arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik518 committed Nov 1, 2023
1 parent b5c227e commit c4fd876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/image_processing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ fn find_character_position(character: char, sequence: &str) -> Option<usize> {
pos
}

#[allow(clippy::too_many_arguments)]
fn copy_character_to_output(
font_image: &image::DynamicImage,
output_image: &mut ImageBuffer<image::Rgba<u8>, Vec<u8>>,
Expand Down

0 comments on commit c4fd876

Please sign in to comment.