summaryrefslogtreecommitdiffstats
path: root/tests/legacy/errors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/legacy/errors.rs')
-rw-r--r--tests/legacy/errors.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/legacy/errors.rs b/tests/legacy/errors.rs
index 06b67ab..e164062 100644
--- a/tests/legacy/errors.rs
+++ b/tests/legacy/errors.rs
@@ -1,10 +1,10 @@
#![cfg(feature = "toml")]
-extern crate config;
-
use std::path::PathBuf;
-use self::config::*;
+use serde_derive::Deserialize;
+
+use config::*;
fn make() -> Config {
let mut c = Config::default();