chore: remove unused comment

pull/12055/head
Nikita Revenco 2 weeks ago
parent 49084538bc
commit 5a61331822

@ -103,7 +103,6 @@ impl Prompt {
self 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) { pub fn set_line(&mut self, line: String, editor: &Editor) {
let cursor = line.len(); let cursor = line.len();
self.line = line; self.line = line;

Loading…
Cancel
Save