Remove #[macro_use] where possible (fix #87)

This commit is contained in:
Roey Darwish Dror
2018-11-18 11:52:37 +02:00
parent 7e5eb87b7d
commit 1b61a07d52
5 changed files with 10 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
use failure::Error;
use log::{debug, error};
use std::ffi::OsStr;
use std::fmt::Debug;
use std::path::{Path, PathBuf};