Another doc comment

pull/889/head
Wilfred Hughes 2025-10-03 19:36:46 +07:00
parent 117d20c527
commit 3e8324913f
1 changed files with 3 additions and 0 deletions

@ -623,6 +623,9 @@ fn either_side_equal(
false
}
/// Given a set of matched lines between the LHS and RHS, return the
/// start and end indexes in `matched_lines` that should be displayed
/// for `hunk`.
pub(crate) fn matched_lines_indexes_for_hunk(
matched_lines: &[(Option<LineNumber>, Option<LineNumber>)],
hunk: &Hunk,