mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-04 09:13:30 +02:00
Optimize the file watcher
This commit is contained in:
+1
-4
@@ -18,10 +18,7 @@ use crate::{
|
||||
term::progress_bar,
|
||||
};
|
||||
|
||||
use super::{
|
||||
terminal_event::{terminal_event_handler, InputPauseGuard},
|
||||
WatchEvent,
|
||||
};
|
||||
use super::{terminal_event::terminal_event_handler, InputPauseGuard, WatchEvent};
|
||||
|
||||
#[derive(PartialEq, Eq)]
|
||||
enum DoneStatus {
|
||||
|
||||
Reference in New Issue
Block a user