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