summaryrefslogtreecommitdiffstats
path: root/examples/watch/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/watch/main.rs')
-rw-r--r--examples/watch/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/watch/main.rs b/examples/watch/main.rs
index 25d4b59..801ee4f 100644
--- a/examples/watch/main.rs
+++ b/examples/watch/main.rs
@@ -1,3 +1,4 @@
+#![allow(deprecated)]
use config::{Config, File};
use notify::{DebouncedEvent, RecommendedWatcher, RecursiveMode, Watcher};
use std::collections::HashMap;