summaryrefslogtreecommitdiffstats
path: root/examples/watch/main.rs
diff options
context:
space:
mode:
authorDaniel Eades <danieleades@hotmail.com>2021-12-29 12:02:51 +0000
committerDaniel Eades <danieleades@hotmail.com>2021-12-29 12:02:51 +0000
commit706c08ebd16b11841ee5fac2162ee54557c6cd29 (patch)
treeef45cc6448f6e6678dc64fcf323ee122abffa296 /examples/watch/main.rs
parent0d43971935df1edba9b44ae038041317245e122e (diff)
de-glob imports
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;