From 4e652e92145aee6fba0c65ffc1747b3705877dc9 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Wed, 10 Apr 2024 15:37:19 -0700 Subject: [PATCH] :lipstick: --- crates/semantic_index/src/chunking.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/semantic_index/src/chunking.rs b/crates/semantic_index/src/chunking.rs index 8ef7743cdd..da37afd78c 100644 --- a/crates/semantic_index/src/chunking.rs +++ b/crates/semantic_index/src/chunking.rs @@ -388,7 +388,7 @@ mod tests { "Should handle both parsable and unparsable sections correctly" ); - let expected_chunks = vec![ + let expected_chunks = [ "fn main() {", " let a = 1;", " let b = 2;",