summaryrefslogtreecommitdiffstats
path: root/src/env.rs
diff options
context:
space:
mode:
authorJohn Brandt <johnb0@outlook.com>2021-05-04 11:13:00 -0600
committerJohn Brandt <johnb0@outlook.com>2021-05-04 11:19:07 -0600
commitcfd385e3126977c8f4538538360bd8708e0143b3 (patch)
treeca777ac335b55d714db5eef7151e0146dafddd40 /src/env.rs
parentc06915e1f8ab76b53e830744b3fc7cb280c2b5e0 (diff)
Fix env tests, remove unused import
Diffstat (limited to 'src/env.rs')
-rw-r--r--src/env.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/env.rs b/src/env.rs
index fd0fe52..557231e 100644
--- a/src/env.rs
+++ b/src/env.rs
@@ -1,5 +1,4 @@
use std::collections::HashMap;
-use std::convert::TryInto;
use std::env;
use crate::error::*;