update to log 0.4

This commit is contained in:
Sean McArthur
2018-01-19 17:46:55 -08:00
parent f716b5b7d6
commit af49be0ce6
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ error_chain! {
}
fn run() -> Result<()> {
env_logger::init().expect("Failed to initialize logger");
env_logger::init();
println!("GET https://www.rust-lang.org");