Migrate subkey and chain-spec-builder to the 2018 edition (#1605)

This commit is contained in:
Stanislav Tkach
2019-01-29 13:47:40 +02:00
committed by Bastian Köcher
parent 24c531cf7b
commit 8247ad5613
4 changed files with 4 additions and 13 deletions
@@ -1,11 +1,4 @@
#[macro_use]
extern crate clap;
use clap::App;
extern crate node_cli;
extern crate substrate_service;
extern crate substrate_primitives;
use clap::{App, load_yaml};
use node_cli::chain_spec;
use substrate_service::chain_ops::build_spec;