This commit is contained in:
Dongdong Zhou 2022-05-10 15:10:45 +01:00
parent f2fffb3b1e
commit 30dcb93c43
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
use crossbeam_channel::unbounded;
use notify::{
event::{MetadataKind, ModifyKind, RenameMode},
event::{ModifyKind, RenameMode},
recommended_watcher, Event, EventKind, RecommendedWatcher, RecursiveMode,
Watcher,
};