summaryrefslogtreecommitdiffstats
path: root/tests/set.rs
diff options
context:
space:
mode:
authorDaniel Eades <danieleades@hotmail.com>2021-12-29 12:02:51 +0000
committerDaniel Eades <danieleades@hotmail.com>2021-12-29 12:02:51 +0000
commit706c08ebd16b11841ee5fac2162ee54557c6cd29 (patch)
treeef45cc6448f6e6678dc64fcf323ee122abffa296 /tests/set.rs
parent0d43971935df1edba9b44ae038041317245e122e (diff)
de-glob imports
Diffstat (limited to 'tests/set.rs')
-rw-r--r--tests/set.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/set.rs b/tests/set.rs
index c540450..59b5b84 100644
--- a/tests/set.rs
+++ b/tests/set.rs
@@ -1,4 +1,4 @@
-use config::*;
+use config::{Config, File, FileFormat};
#[test]
fn test_set_override_scalar() {