summaryrefslogtreecommitdiffstats
path: root/src/input/event_provider.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/event_provider.rs')
-rw-r--r--src/input/event_provider.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/event_provider.rs b/src/input/event_provider.rs
index 5c7264b..e6743a7 100644
--- a/src/input/event_provider.rs
+++ b/src/input/event_provider.rs
@@ -74,7 +74,7 @@ mod read_event_mocks {
mod tests {
use std::{io, io::ErrorKind};
- use crossterm::event::{KeyCode, KeyEvent, KeyModifiers, MouseButton};
+ use crossterm::event::{KeyCode, KeyModifiers, MouseButton};
use super::*;