Remove all the macro use

This commit is contained in:
Roey Darwish Dror
2018-11-18 14:25:16 +02:00
parent 1b61a07d52
commit 7bf4c25fcf
4 changed files with 12 additions and 10 deletions

View File

@@ -2,6 +2,7 @@ use super::executor::Executor;
use super::terminal::Terminal;
use super::utils::{which, Check};
use failure;
use failure_derive::Fail;
use std::fs;
use std::path::PathBuf;
use walkdir::WalkDir;