Skip to content

Commit e4d053e

Browse files
committed
Rm into
1 parent 1bc6bca commit e4d053e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/line-index/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ impl LineIndex {
209209
}
210210
}
211211
}
212-
Some(LineCol { line: line_col.line, col: col.into() })
212+
Some(LineCol { line: line_col.line, col })
213213
}
214214

215215
/// Returns an iterator over the ranges for the lines.

0 commit comments

Comments
 (0)