ran cargo fix

This commit is contained in:
FantasyPvP
2024-11-23 21:38:11 +00:00
parent 39d9b949e9
commit 8f3a96c282
12 changed files with 30 additions and 31 deletions
+1 -1
View File
@@ -269,7 +269,7 @@ impl Renderer {
if self.col_pos >= BUFFER_WIDTH {
self.internal_newline();
}
let row = BUFFER_HEIGHT - 1;
let _row = BUFFER_HEIGHT - 1;
let col = self.col_pos;
let buff_len = self.term_buffer.len();