We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2936b commit ed498b6Copy full SHA for ed498b6
lib/line-index/tests/it.rs
@@ -12,7 +12,6 @@ fn test_line_index() {
12
(08, 1, 2),
13
(10, 1, 4),
14
(11, 1, 5),
15
- (12, 1, 6),
16
];
17
18
let index = LineIndex::new(text);
0 commit comments