summaryrefslogtreecommitdiffstats
path: root/tests/async_builder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/async_builder.rs')
-rw-r--r--tests/async_builder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/async_builder.rs b/tests/async_builder.rs
index 5fcabeb..6fea92c 100644
--- a/tests/async_builder.rs
+++ b/tests/async_builder.rs
@@ -1,5 +1,5 @@
use async_trait::async_trait;
-use config::*;
+use config::{AsyncSource, Config, ConfigError, FileFormat, Format, Map, Value};
use std::{env, fs, path, str::FromStr};
use tokio::fs::read_to_string;