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
+3 -3
View File
@@ -16,9 +16,9 @@
//! An implementation of double map backed by storage.
use rstd::prelude::*;
use codec::{Codec, Encode};
use storage::unhashed;
use crate::rstd::prelude::*;
use crate::codec::{Codec, Encode};
use crate::storage::unhashed;
/// An implementation of a map with a two keys.
///