Skip to content

Commit

Permalink
chore: clippy cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hschimke committed Jan 30, 2024
1 parent 2a32bb2 commit aa61282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multi/generic_multiple_barcode_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use std::collections::HashMap;

use crate::{
common::{cpp_essentials::QuadrilateralIsPlausibleSquare, Quadrilateral, Result},
common::{Quadrilateral, Result},
point_f, Binarizer, BinaryBitmap, DecodingHintDictionary, Exceptions, Point, RXingResult,
Reader,
};
Expand Down

0 comments on commit aa61282

Please sign in to comment.