summaryrefslogtreecommitdiffstats
path: root/tests/file_json5.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/file_json5.rs')
-rw-r--r--tests/file_json5.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/file_json5.rs b/tests/file_json5.rs
index 43a3a5b..4972fa2 100644
--- a/tests/file_json5.rs
+++ b/tests/file_json5.rs
@@ -2,7 +2,7 @@
use serde_derive::Deserialize;
-use config::*;
+use config::{Config, File, FileFormat, Map, Value};
use float_cmp::ApproxEqUlps;
use std::path::PathBuf;