update to log 0.4

This commit is contained in:
Sean McArthur
2018-01-19 17:46:55 -08:00
parent 3128a370db
commit d6762d4877
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");