We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5c7bb commit 2300c2dCopy full SHA for 2300c2d
gix-blame/tests/blame.rs
@@ -423,7 +423,7 @@ fn process_change(
423
}
424
425
(Some(hunk), Some(Change::Added(added, number_of_lines_deleted))) => {
426
- match dbg!(
+ match (
427
hunk.range_in_destination.contains(&added.start),
428
// Since `added` is a range that is not inclusive at the end, `added.end` is
429
// not part of `added`. The first line that is is `added.end - 1`.
0 commit comments