summaryrefslogtreecommitdiffstats
path: root/examples/glob/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/glob/src/main.rs')
-rw-r--r--examples/glob/src/main.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/glob/src/main.rs b/examples/glob/src/main.rs
index 112335c..b3183ef 100644
--- a/examples/glob/src/main.rs
+++ b/examples/glob/src/main.rs
@@ -1,6 +1,3 @@
-extern crate glob;
-extern crate config;
-
use std::path::Path;
use std::collections::HashMap;
use config::*;