mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 01:38:04 +00:00
Migrate srml-support to the 2018 edition (#1663)
This commit is contained in:
committed by
Gav Wood
parent
ddb44db551
commit
87f0f6fd8f
@@ -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.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user