1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-04-17 20:55:45 -04:00

Remove unused import

This commit is contained in:
mo8it 2024-09-05 17:23:56 +02:00
parent aa3eda70e5
commit 51b8d2ab25

View file

@ -1,4 +1,4 @@
use crossterm::event::{self, Event, KeyCode, KeyEventKind, KeyModifiers};
use crossterm::event::{self, Event, KeyCode, KeyEventKind};
use std::sync::mpsc::Sender;
use super::WatchEvent;