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 -5
View File
@@ -17,12 +17,8 @@
#![cfg_attr(feature = "bench", feature(test))]
#[cfg(feature = "bench")]
extern crate test;
extern crate substrate_primitives;
extern crate rand;
#[macro_use]
extern crate clap;
use clap::load_yaml;
use rand::{RngCore, rngs::OsRng};
use substrate_primitives::{ed25519::Pair, hexdisplay::HexDisplay};