mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
cargo clippy --fix
This commit is contained in:
@@ -367,7 +367,7 @@ fn test_rotate_180(width: u32, height: u32) {
|
||||
// for (int y = 0; y < height; y++) {
|
||||
for x in 0..width {
|
||||
// for (int x = 0; x < width; x++) {
|
||||
assert_eq!(expected.get(x, y), input.get(x, y), "({},{})", x, y);
|
||||
assert_eq!(expected.get(x, y), input.get(x, y), "({x},{y})");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user