fix(clippy): collapse nested if and suppress too_many_arguments warning

This commit is contained in:
malsony
2026-05-25 18:54:00 +08:00
parent 8cff9ada12
commit 8454030e54
+1
View File
@@ -6254,6 +6254,7 @@ fn toggle_live_transcript_overlay(app: &mut App) {
app.needs_redraw = true;
}
#[allow(clippy::too_many_arguments)]
async fn handle_view_events(
terminal: &mut AppTerminal,
app: &mut App,