mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
cargo fix
This commit is contained in:
@@ -23,10 +23,10 @@
|
||||
// using namespace ZXing;
|
||||
// using namespace ZXing::QRCode;
|
||||
|
||||
use crate::common::Result;
|
||||
|
||||
|
||||
use crate::{
|
||||
common::{cpp_essentials::DecoderResult, BitArray},
|
||||
common::{BitArray},
|
||||
qrcode::{
|
||||
cpp_port::decoder::DecodeBitStream,
|
||||
decoder::{ErrorCorrectionLevel, Version},
|
||||
|
||||
Reference in New Issue
Block a user