remove unused import

This commit is contained in:
Daniel Bauer
2018-10-05 20:55:12 +02:00
parent 41117084e2
commit 530ae7b7be

View File

@@ -7,7 +7,6 @@ use wham::Config;
use std::error::Error; use std::error::Error;
use std::result::Result; use std::result::Result;
use std::process; use std::process;
use std::env;
// Parse command line arguments into a Config struct // Parse command line arguments into a Config struct
fn cli() -> Result<Config, Box<Error>> { fn cli() -> Result<Config, Box<Error>> {