summaryrefslogtreecommitdiffstats
path: root/tests/file_json.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/file_json.rs')
-rw-r--r--tests/file_json.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/file_json.rs b/tests/file_json.rs
index 3d03f5e..f7cda02 100644
--- a/tests/file_json.rs
+++ b/tests/file_json.rs
@@ -4,7 +4,7 @@ use serde_derive::Deserialize;
use std::path::PathBuf;
-use config::*;
+use config::{Config, File, FileFormat, Map, Value};
use float_cmp::ApproxEqUlps;
#[derive(Debug, Deserialize)]