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

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use rxing::{oned::EAN8Reader, BarcodeFormat, MultiFormatReader};
use rxing::{BarcodeFormat, MultiFormatReader};
mod common;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use rxing::{oned::EAN13Reader, BarcodeFormat, MultiFormatReader};
use rxing::{BarcodeFormat, MultiFormatReader};
mod common;

View File

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

View File

@@ -1,5 +1,4 @@
use rxing::{
oned::{CodaBarReader, Code39Reader, OneDReader},
BarcodeFormat, MultiFormatReader,
};

View File

@@ -6,7 +6,7 @@
* limitations under the License.
*/
use rxing::{
oned::{CodaBarReader, Code39Reader, OneDReader},
oned::{Code39Reader},
BarcodeFormat, MultiFormatReader,
};

View File

@@ -15,7 +15,6 @@
*/
use rxing::{
oned::{CodaBarReader, Code39Reader, OneDReader},
BarcodeFormat, MultiFormatReader,
};

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use rxing::{oned::EAN13Reader, BarcodeFormat, MultiFormatReader};
use rxing::{BarcodeFormat, MultiFormatReader};
mod common;

View File

@@ -15,7 +15,6 @@
*/
use rxing::{
oned::{CodaBarReader, Code39Reader, OneDReader},
BarcodeFormat, MultiFormatReader,
};

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use rxing::{maxicode::MaxiCodeReader, BarcodeFormat, DecodeHintType, MultiFormatReader};
use rxing::{BarcodeFormat, MultiFormatReader};
mod common;

View File

@@ -15,7 +15,6 @@
*/
use rxing::{
oned::{EAN13Reader, UPCAReader},
BarcodeFormat, MultiFormatReader,
};

View File

@@ -15,7 +15,6 @@
*/
use rxing::{
oned::{EAN13Reader, UPCEReader},
BarcodeFormat, MultiFormatReader,
};