@setoelkahfi / 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
index b09acaf..37108bb 100644 --- a/src/chat.rs +++ b/src/chat.rs @@ -1136,7 +1136,7 @@ async fn event_loop<B: ratatui::backend::Backend>( if let Some(text) = handle_key(&mut app, key) { if let Some(cmd) = parse_slash(&text) { - exec_slash(&mut app, cmd, &*engine, terminal).await; + exec_slash(&mut app, cmd, &engine, terminal).await; continue; }