summaryrefslogtreecommitdiffstats
path: root/tests/errors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errors.rs')
-rw-r--r--tests/errors.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errors.rs b/tests/errors.rs
index a4d661d..2b1ebd8 100644
--- a/tests/errors.rs
+++ b/tests/errors.rs
@@ -4,7 +4,7 @@ use serde_derive::Deserialize;
use std::path::PathBuf;
-use config::*;
+use config::{Config, ConfigError, File, FileFormat, Map, Value};
fn make() -> Config {
Config::builder()