summaryrefslogtreecommitdiffstats
path: root/src/helpers/env.rs
diff options
context:
space:
mode:
authorPaul Woolcock <paul@woolcock.us>2020-09-25 13:41:09 -0400
committerPaul Woolcock <paul@woolcock.us>2020-09-25 16:44:06 -0400
commita69d0ea928590cc2a20505c1bbf59d62b5d550a1 (patch)
tree64285e02e9ad7dae9ab44de7da1f080463760e99 /src/helpers/env.rs
parent0b4ee7bfb285aa7c095ac050e2e0b8c659022113 (diff)
Cargo-fmt pass
Diffstat (limited to 'src/helpers/env.rs')
-rw-r--r--src/helpers/env.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/helpers/env.rs b/src/helpers/env.rs
index 856d650..7bac385 100644
--- a/src/helpers/env.rs
+++ b/src/helpers/env.rs
@@ -1,7 +1,6 @@
use envy;
-use crate::data::Data;
-use crate::Result;
+use crate::{data::Data, Result};
/// Attempts to deserialize a Data struct from the environment
pub fn from_env() -> Result<Data> {