summaryrefslogtreecommitdiffstats
path: root/src/path/mod.rs
diff options
context:
space:
mode:
authorDaniel Eades <danieleades@hotmail.com>2021-12-27 11:46:36 +0000
committerDaniel Eades <danieleades@hotmail.com>2021-12-29 12:54:40 +0000
commit278a899cddbd7150e54bd727fa7897e740376442 (patch)
tree2ecdfc2063e41341c8ad744ae4317071f42fdf9a /src/path/mod.rs
parentdeb4b9caeeb401eb8183db4fa106112ef1c11f29 (diff)
de-glob imports
Diffstat (limited to 'src/path/mod.rs')
-rw-r--r--src/path/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path/mod.rs b/src/path/mod.rs
index d78d07d..baed000 100644
--- a/src/path/mod.rs
+++ b/src/path/mod.rs
@@ -1,6 +1,6 @@
use std::str::FromStr;
-use crate::error::*;
+use crate::error::{ConfigError, Result};
use crate::map::Map;
use crate::value::{Value, ValueKind};