mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
clippy --fix
This commit is contained in:
@@ -37,7 +37,7 @@ impl OtsuLevelBinarizer {
|
|||||||
Self {
|
Self {
|
||||||
width: source.getWidth(),
|
width: source.getWidth(),
|
||||||
height: source.getHeight(),
|
height: source.getHeight(),
|
||||||
black_row_cache: vec![OnceCell::default(); source.getHeight() as usize],
|
black_row_cache: vec![OnceCell::default(); source.getHeight()],
|
||||||
source,
|
source,
|
||||||
black_matrix: OnceCell::new(),
|
black_matrix: OnceCell::new(),
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
//package com.google.zxing;
|
//package com.google.zxing;
|
||||||
|
|
||||||
use std::any::Any;
|
|
||||||
|
|
||||||
use crate::Exceptions;
|
use crate::Exceptions;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user