Migrate srml-support to the 2018 edition (#1663)

This commit is contained in:
Stanislav Tkach
2019-02-03 12:42:12 +02:00
committed by Gav Wood
parent ddb44db551
commit 87f0f6fd8f
10 changed files with 48 additions and 63 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
//! Hashable trait.
use codec::Codec;
use crate::codec::Codec;
use runtime_io::{blake2_256, twox_128, twox_256};
pub trait Hashable: Sized {