summaryrefslogtreecommitdiffstats
path: root/src/env.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/env.rs
parentdeb4b9caeeb401eb8183db4fa106112ef1c11f29 (diff)
de-glob imports
Diffstat (limited to 'src/env.rs')
-rw-r--r--src/env.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/env.rs b/src/env.rs
index 065c36b..17c706f 100644
--- a/src/env.rs
+++ b/src/env.rs
@@ -1,6 +1,6 @@
use std::env;
-use crate::error::*;
+use crate::error::Result;
use crate::map::Map;
use crate::source::Source;
use crate::value::{Value, ValueKind};