We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3eda7 commit 51b8d2aCopy full SHA for 51b8d2a
src/watch/terminal_event.rs
@@ -1,4 +1,4 @@
1
-use crossterm::event::{self, Event, KeyCode, KeyEventKind, KeyModifiers};
+use crossterm::event::{self, Event, KeyCode, KeyEventKind};
2
use std::sync::mpsc::Sender;
3
4
use super::WatchEvent;
0 commit comments