Skip to content

Commit

Permalink
Fix new clippy lints for Rust 1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
barrbrain committed Oct 15, 2023
1 parent 5b70a3f commit 0487f40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/me.rs
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,6 @@ fn full_pixel_me<T: Pixel>(
}

{
let ssdec = ssdec;
let range_x = (192 * fi.me_range_scale as isize) >> ssdec;
let range_y = (64 * fi.me_range_scale as isize) >> ssdec;
let x_lo = po.x + (-range_x).max(mvx_min / 8);
Expand Down

0 comments on commit 0487f40

Please sign in to comment.