summaryrefslogtreecommitdiffstats
path: root/tests/errors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errors.rs')
-rw-r--r--tests/errors.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/errors.rs b/tests/errors.rs
index 47dd050..ec96c98 100644
--- a/tests/errors.rs
+++ b/tests/errors.rs
@@ -1,11 +1,11 @@
#![cfg(feature = "toml")]
-extern crate config;
+extern crate config_maint;
#[macro_use]
extern crate serde_derive;
-use config::*;
+use config_maint::*;
use std::path::PathBuf;
fn make() -> Config {