summaryrefslogtreecommitdiffstats
path: root/tests/weird_keys.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/weird_keys.rs')
-rw-r--r--tests/weird_keys.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/weird_keys.rs b/tests/weird_keys.rs
index a6f22ed..c997fe0 100644
--- a/tests/weird_keys.rs
+++ b/tests/weird_keys.rs
@@ -6,7 +6,7 @@
use serde_derive::{Deserialize, Serialize};
-use config::*;
+use config::{File, FileFormat};
/// Helper fn to test the different deserializations
fn test_config_as<'a, T>(config: &str, format: FileFormat) -> T