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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/watch/main.rs b/examples/watch/main.rs
index a86dd42..25d4b59 100644
--- a/examples/watch/main.rs
+++ b/examples/watch/main.rs
@@ -1,4 +1,4 @@
-use config::*;
+use config::{Config, File};
use notify::{DebouncedEvent, RecommendedWatcher, RecursiveMode, Watcher};
use std::collections::HashMap;
use std::sync::mpsc::channel;