summaryrefslogtreecommitdiffstats
path: root/examples/glob/src/main.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-13 11:11:21 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-03-13 11:11:21 +0100
commitba7090f173aed83f3fa85f985c2732f4b97c6172 (patch)
treeb9ebd8f7fd7ce7e4b6c13f24d63a3e756f410174 /examples/glob/src/main.rs
parentbf09a730d44cb72f483dab04163dd75f2b9d1746 (diff)
parentbd121fa310ac8ab7e76e25eeea5294826f215fcb (diff)
Merge branch 'srht-builds'
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() {