cargo clippy --fix

This commit is contained in:
Henry Schimke
2023-01-10 14:36:11 -06:00
parent 4f1bceee66
commit 59183a5383
5 changed files with 12 additions and 12 deletions

View File

@@ -81,7 +81,7 @@ impl<'a> WhiteRectangleDetector<'_> {
}
Ok(WhiteRectangleDetector {
image: image,
image,
height: image.getHeight() as i32,
width: image.getWidth() as i32,
leftInit,