mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
clippy fix
This commit is contained in:
@@ -250,6 +250,6 @@ impl QRCodeReader {
|
||||
if x == width || y == height {
|
||||
return Err(Exceptions::NOT_FOUND);
|
||||
}
|
||||
Ok((x - leftTopBlack.x) as f32 / 7.0)
|
||||
Ok((x - leftTopBlack.x) / 7.0)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user