mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 20:32:34 +00:00
cleanup more warnings and deprecated function use
This commit is contained in:
@@ -9,8 +9,6 @@ mod mode;
|
||||
mod qr_code_decoder_meta_data;
|
||||
mod version;
|
||||
|
||||
#[cfg(test)]
|
||||
mod data_mask_testcase;
|
||||
#[cfg(test)]
|
||||
mod DecodedBitStreamParserTestCase;
|
||||
#[cfg(test)]
|
||||
@@ -21,6 +19,8 @@ mod FormatInformationTestCase;
|
||||
mod ModeTestCase;
|
||||
#[cfg(test)]
|
||||
mod VersionTestCase;
|
||||
#[cfg(test)]
|
||||
mod data_mask_testcase;
|
||||
|
||||
pub use bit_matrix_parser::*;
|
||||
pub use data_block::*;
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
* @author satorux@google.com (Satoru Takabayashi) - creator
|
||||
* @author dswitkin@google.com (Daniel Switkin) - ported from C++
|
||||
*/
|
||||
|
||||
use std::collections::HashMap;
|
||||
|
||||
use encoding::EncodingRef;
|
||||
|
||||
@@ -713,7 +713,7 @@ impl Edge {
|
||||
// }
|
||||
size
|
||||
},
|
||||
_encoders : encoders,
|
||||
_encoders: encoders,
|
||||
}
|
||||
// this.mode = mode;
|
||||
// this.fromPosition = fromPosition;
|
||||
|
||||
@@ -11,13 +11,13 @@ pub use byte_matrix::*;
|
||||
pub use minimal_encoder::*;
|
||||
pub use qr_code::*;
|
||||
|
||||
#[cfg(test)]
|
||||
mod bit_vector_testcase;
|
||||
#[cfg(test)]
|
||||
mod EncoderTestCase;
|
||||
#[cfg(test)]
|
||||
mod MaskUtilTestCase;
|
||||
#[cfg(test)]
|
||||
mod matrix_util_testcase;
|
||||
#[cfg(test)]
|
||||
mod QRCodeTestCase;
|
||||
#[cfg(test)]
|
||||
mod bit_vector_testcase;
|
||||
#[cfg(test)]
|
||||
mod matrix_util_testcase;
|
||||
|
||||
Reference in New Issue
Block a user