chore: Rust 1.81.0 linting

This commit is contained in:
Jack Wills
2024-09-05 20:50:54 +00:00
parent 99f05f2e5b
commit 372f759ca4
4 changed files with 10 additions and 7 deletions
+1 -2
View File
@@ -114,8 +114,7 @@ impl Ui {
)?;
disable_raw_mode()?;
self.terminal.clear().ok();
self.terminal
.set_cursor_position(self.cursor_position)?;
self.terminal.set_cursor_position(self.cursor_position)?;
Ok(self.terminal.show_cursor()?)
}