mirror of
https://github.com/openai/codex.git
synced 2026-05-04 21:32:21 +03:00
fix clippy, old commands use and remove event printing
This commit is contained in:
@@ -31,8 +31,6 @@ use std::sync::mpsc::channel;
|
||||
use std::thread;
|
||||
use std::time::Duration;
|
||||
|
||||
use crate::slash_command::SlashCommand;
|
||||
|
||||
/// Time window for debouncing redraw requests.
|
||||
const REDRAW_DEBOUNCE: Duration = Duration::from_millis(10);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user