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