mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-25 20:02:34 +00:00
cargo clippy fix
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
use rxing::{oned::EAN8Reader, BarcodeFormat, MultiFormatReader};
|
||||
use rxing::{BarcodeFormat, MultiFormatReader};
|
||||
|
||||
mod common;
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
use rxing::{oned::EAN13Reader, BarcodeFormat, MultiFormatReader};
|
||||
use rxing::{BarcodeFormat, MultiFormatReader};
|
||||
|
||||
mod common;
|
||||
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
*/
|
||||
|
||||
use rxing::{
|
||||
oned::{CodaBarReader, OneDReader},
|
||||
BarcodeFormat, MultiFormatReader,
|
||||
oned::{CodaBarReader},
|
||||
BarcodeFormat,
|
||||
};
|
||||
|
||||
mod common;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
use rxing::{
|
||||
oned::{CodaBarReader, Code39Reader, OneDReader},
|
||||
BarcodeFormat, MultiFormatReader,
|
||||
};
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
use rxing::{
|
||||
oned::{CodaBarReader, Code39Reader, OneDReader},
|
||||
oned::{Code39Reader},
|
||||
BarcodeFormat, MultiFormatReader,
|
||||
};
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
*/
|
||||
|
||||
use rxing::{
|
||||
oned::{CodaBarReader, Code39Reader, OneDReader},
|
||||
BarcodeFormat, MultiFormatReader,
|
||||
};
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
use rxing::{oned::EAN13Reader, BarcodeFormat, MultiFormatReader};
|
||||
use rxing::{BarcodeFormat, MultiFormatReader};
|
||||
|
||||
mod common;
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
*/
|
||||
|
||||
use rxing::{
|
||||
oned::{CodaBarReader, Code39Reader, OneDReader},
|
||||
BarcodeFormat, MultiFormatReader,
|
||||
};
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
use rxing::{maxicode::MaxiCodeReader, BarcodeFormat, DecodeHintType, MultiFormatReader};
|
||||
use rxing::{BarcodeFormat, MultiFormatReader};
|
||||
|
||||
mod common;
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
*/
|
||||
|
||||
use rxing::{
|
||||
oned::{EAN13Reader, UPCAReader},
|
||||
BarcodeFormat, MultiFormatReader,
|
||||
};
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
*/
|
||||
|
||||
use rxing::{
|
||||
oned::{EAN13Reader, UPCEReader},
|
||||
BarcodeFormat, MultiFormatReader,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user