This commit is contained in:
Ariel Davis 2023-05-06 15:05:38 -07:00
parent 1bc6bca478
commit e4d053e794

View file

@ -209,7 +209,7 @@ impl LineIndex {
}
}
}
Some(LineCol { line: line_col.line, col: col.into() })
Some(LineCol { line: line_col.line, col })
}
/// Returns an iterator over the ranges for the lines.