From 5a61331822c34543fdd33c695daef29fe7844fc4 Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+nikitarevenco@users.noreply.github.com> Date: Tue, 12 Nov 2024 18:11:13 +0000 Subject: [PATCH] chore: remove unused comment --- helix-term/src/ui/prompt.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/helix-term/src/ui/prompt.rs b/helix-term/src/ui/prompt.rs index 6e0f79f0e..6ba2fcb9e 100644 --- a/helix-term/src/ui/prompt.rs +++ b/helix-term/src/ui/prompt.rs @@ -103,7 +103,6 @@ impl Prompt { self } - /// Sets the line of the prompt as if the user has typed that text manually pub fn set_line(&mut self, line: String, editor: &Editor) { let cursor = line.len(); self.line = line;