mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
cleanup more warnings and deprecated function use
This commit is contained in:
@@ -224,6 +224,7 @@ impl DefaultPlacement {
|
||||
self.module(1, self.numcols as isize - 1, pos, 8);
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
fn toBitFieldStringArray(&self) -> Vec<String> {
|
||||
let bits = self.getBits();
|
||||
let numrows = self.getNumrows();
|
||||
|
||||
Reference in New Issue
Block a user