code cleanup

This commit is contained in:
Henry Schimke
2023-04-29 09:58:04 -05:00
parent ef999a4eb0
commit 508f5f14c5
19 changed files with 56 additions and 154 deletions

View File

@@ -23,10 +23,8 @@
// using namespace ZXing;
// using namespace ZXing::QRCode;
use crate::{
common::{BitArray},
common::BitArray,
qrcode::{
cpp_port::decoder::DecodeBitStream,
decoder::{ErrorCorrectionLevel, Version},