Skip to content

Commit 61c21c9

Browse files
committed
Fix #11
1 parent cab9e1f commit 61c21c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vid_dup_finder_common/src/crop.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ impl Crop {
132132
xs.flat_map(move |x| ys.clone().map(move |y| (x, y)))
133133
}
134134

135-
pub fn enumerate_coords_excluded(&self) -> impl Iterator<Item = (u32, u32)> + use<> {
135+
pub fn enumerate_coords_excluded(&self) -> impl Iterator<Item = (u32, u32)> {
136136
let (orig_x, orig_y) = self.orig_res;
137137

138138
let x0 = 0;

0 commit comments

Comments
 (0)