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 {
|
||||
width: source.getWidth(),
|
||||
height: source.getHeight(),
|
||||
black_row_cache: vec![OnceCell::default(); source.getHeight() as usize],
|
||||
black_row_cache: vec![OnceCell::default(); source.getHeight()],
|
||||
source,
|
||||
black_matrix: OnceCell::new(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user