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.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/glob/src/main.rs b/examples/glob/src/main.rs
index 112335c..e653b77 100644
--- a/examples/glob/src/main.rs
+++ b/examples/glob/src/main.rs
@@ -1,9 +1,9 @@
extern crate glob;
-extern crate config;
+extern crate config_maint;
use std::path::Path;
use std::collections::HashMap;
-use config::*;
+use config_maint::*;
use glob::glob;
fn main() {