cargo clippy fix

This commit is contained in:
Henry Schimke
2022-12-16 11:19:00 -06:00
parent 7258dcc4b3
commit c0ffa2bb1c
11 changed files with 7 additions and 12 deletions

View File

@@ -15,8 +15,8 @@
*/
use rxing::{
oned::{CodaBarReader, OneDReader},
BarcodeFormat, MultiFormatReader,
oned::{CodaBarReader},
BarcodeFormat,
};
mod common;