Remove #[macro_use] from log crate

This commit is contained in:
Lucien Greathouse
2019-01-15 12:43:02 -08:00
parent b87943e39d
commit 5b2a830d2d
9 changed files with 9 additions and 6 deletions

View File

@@ -1,11 +1,10 @@
#[macro_use] extern crate log;
use std::{
path::{Path, PathBuf},
env,
process,
};
use log::error;
use clap::clap_app;
use librojo::commands;