diff options
Diffstat (limited to 'cli/ops/fs_events.rs')
| -rw-r--r-- | cli/ops/fs_events.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/ops/fs_events.rs b/cli/ops/fs_events.rs index 72c1bd6e1..bba68f4e4 100644 --- a/cli/ops/fs_events.rs +++ b/cli/ops/fs_events.rs @@ -12,8 +12,8 @@ use notify::EventKind; use notify::RecommendedWatcher; use notify::RecursiveMode; use notify::Watcher; +use serde::Deserialize; use serde::Serialize; -use serde_derive::Deserialize; use serde_json::Value; use std::cell::RefCell; use std::convert::From; |
