Merge pull request #7409 from paritytech/dircrate2

standalone dir crate, replaces #7383
This commit is contained in:
Marek Kotewicz
2017-12-29 11:44:26 +01:00
committed by GitHub
31 changed files with 229 additions and 154 deletions

View File

@@ -154,7 +154,7 @@ macro_rules! usage {
use std::io::{Read, Write};
use parity_version::version;
use clap::{Arg, App, SubCommand, AppSettings, ArgMatches as ClapArgMatches, Error as ClapError, ErrorKind as ClapErrorKind};
use helpers::replace_home;
use dir::helpers::replace_home;
use std::ffi::OsStr;
use std::collections::HashMap;