mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
fairly major reorganization and clippy cleanup
This commit is contained in:
@@ -209,7 +209,6 @@ impl BitMatrix {
|
||||
|
||||
#[inline(always)]
|
||||
fn get_offset(&self, y: u32, x: u32) -> usize {
|
||||
|
||||
y as usize * self.row_size + (x as usize / 32)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user