Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit ed498b6

Browse files
committed
Rm out of bounds
1 parent cc2936b commit ed498b6

File tree

1 file changed

+0
-1
lines changed
  • lib/line-index/tests

1 file changed

+0
-1
lines changed

lib/line-index/tests/it.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ fn test_line_index() {
1212
(08, 1, 2),
1313
(10, 1, 4),
1414
(11, 1, 5),
15-
(12, 1, 6),
1615
];
1716

1817
let index = LineIndex::new(text);

0 commit comments

Comments
 (0)