From ed498b6eff1b627507b763f714f9dae8279f3c7f Mon Sep 17 00:00:00 2001 From: Ariel Davis Date: Sat, 6 May 2023 15:11:18 -0700 Subject: [PATCH] Rm out of bounds --- lib/line-index/tests/it.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/line-index/tests/it.rs b/lib/line-index/tests/it.rs index fcaf0e4a8c9..ce1c0bc6f14 100644 --- a/lib/line-index/tests/it.rs +++ b/lib/line-index/tests/it.rs @@ -12,7 +12,6 @@ fn test_line_index() { (08, 1, 2), (10, 1, 4), (11, 1, 5), - (12, 1, 6), ]; let index = LineIndex::new(text);