removed unused import
This commit is contained in:
parent
3f6e996c64
commit
502e5a7615
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
//! configuration struct and implementations
|
//! configuration struct and implementations
|
||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
collections::{ BTreeMap, HashMap },
|
collections::BTreeMap,
|
||||||
env::var,
|
env::var,
|
||||||
fs::{ create_dir, read_to_string, File },
|
fs::{ create_dir, read_to_string, File },
|
||||||
io::Error,
|
io::Error,
|
||||||
|
|
Loading…
Reference in a new issue