remove unused variable

This commit is contained in:
Adrian Malacoda 2017-02-25 20:20:01 -06:00
parent 37a9645f5b
commit f22e4755d3

View File

@ -43,7 +43,7 @@ fn main () {
} }
} }
}, },
Err(e) => { Err(_) => {
error!("Failed to open config file! Please specify path to a config file."); error!("Failed to open config file! Please specify path to a config file.");
} }
} }