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:
@@ -171,7 +171,7 @@ impl Code93Reader {
|
||||
return Ok([patternStart, i]);
|
||||
}
|
||||
patternStart += (theCounters[0] + theCounters[1]) as usize;
|
||||
|
||||
|
||||
theCounters.copy_within(2..(counterPosition - 1 + 2), 0);
|
||||
// System.arraycopy(theCounters, 2, theCounters, 0, counterPosition - 1);
|
||||
theCounters[counterPosition - 1] = 0;
|
||||
|
||||
Reference in New Issue
Block a user