@hej / sigit / commits / 6566cb6

Clippy

Seto Elkahfi committed Apr 24, 2026 at 01:51 UTC 6566cb655d043ec2e9d5108a918afdd37a1c47ca
1 file changed +1 -1
src/chat.rs
+1 -1
@@ -1136,7 +1136,7 @@ async fn event_loop<B: ratatui::backend::Backend>(
1136
1137 if let Some(text) = handle_key(&mut app, key) {
1138 if let Some(cmd) = parse_slash(&text) {
1139 - exec_slash(&mut app, cmd, &*engine, terminal).await;
1139 + exec_slash(&mut app, cmd, &engine, terminal).await;
1140 continue;
1141 }
1142