Skip to content

Commit c603626

Browse files
committed
lmao 2
1 parent 2d53a2e commit c603626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scanner/targets.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ impl ScanRanges {
9393
return vec![];
9494
};
9595
let Some(mut exclude_range) = exclude_ranges.next() else {
96-
ranges.extend_from_slice(&scan_ranges);
96+
ranges.extend(scan_ranges);
9797
self.ranges = ranges;
9898
return vec![];
9999
};

0 commit comments

Comments
 (0)