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

@@ -1,8 +1,10 @@
use directories::BaseDirs;
use failure;
use serde_derive::Deserialize;
use shellexpand;
use std::collections::BTreeMap;
use std::fs;
use structopt::StructOpt;
use toml;
type Commands = BTreeMap<String, String>;