fix(clippy): collapse nested if and suppress too_many_arguments warning
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user