Migrate executor, xinherens, keyring and keystore to 2018 edition (#1585)

This commit is contained in:
Stanislav Tkach
2019-01-29 15:30:07 +02:00
committed by Gav Wood
parent ecffe0c371
commit e6839d2d41
14 changed files with 42 additions and 80 deletions
+1 -2
View File
@@ -32,8 +32,7 @@
#![cfg_attr(not(feature = "std"), no_std)]
extern crate parity_codec as codec;
use parity_codec as codec;
use parity_codec_derive::{Encode, Decode};
use rstd::{collections::btree_map::{BTreeMap, IntoIter, Entry}, vec::Vec};