pub fn parse_diff_line(line: &str) -> DiffLineKindExpand description
Parse one line of diff output. Lines that don’t follow the
{number}{marker}{content} shape — including malformed or
truncated input — fall through to Context so the renderer’s
match stays exhaustive without panicking.