summaryrefslogtreecommitdiffstats
path: root/tests/errors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errors.rs')
-rw-r--r--tests/errors.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/errors.rs b/tests/errors.rs
index c16ac9a..cb7f637 100644
--- a/tests/errors.rs
+++ b/tests/errors.rs
@@ -5,9 +5,10 @@ extern crate config;
#[macro_use]
extern crate serde_derive;
-use config::*;
use std::path::PathBuf;
+use config::*;
+
fn make() -> Config {
let mut c = Config::default();
c.merge(File::new("tests/Settings", FileFormat::Toml))