From 413246a93dba9742e0b7c6eb370a0de16377c307 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Thu, 16 Apr 2026 23:07:58 +0800 Subject: [PATCH] reader handle_completions(): move loop-invariant code --- src/reader/reader.rs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/reader/reader.rs b/src/reader/reader.rs index 0c98a530a..f86985443 100644 --- a/src/reader/reader.rs +++ b/src/reader/reader.rs @@ -7026,9 +7026,11 @@ fn handle_completions(&mut self, token_range: Range, mut comp: Vec