chore: Rust 1.83 linting

This commit is contained in:
Jack Wills
2024-11-28 14:27:47 +00:00
parent 5ee48d5708
commit 751d997a3d
3 changed files with 5 additions and 12 deletions
+1 -1
View File
@@ -1000,7 +1000,7 @@ pub fn error(f: &mut Frame, error: AppError, seconds: Option<u8>) {
let area = popup(lines, max_line_width, f.area(), BoxLocation::MiddleCentre);
f.render_widget(Clear, area);
f.render_widget(Clear, area);
f.render_widget(paragraph, area);
}