Indices maintenance (#1705)

* Migrate the indicies crate to 2018 edition.

* Use .cloned() instead of .map(|x| x.clone())

* Update documentation.
This commit is contained in:
Sergei Pepyakin
2019-02-06 14:51:14 +01:00
committed by Bastian Köcher
parent 1d0049ee00
commit 7d8ae2df5c
5 changed files with 28 additions and 41 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
#![cfg(test)]
use super::*;
use mock::{Indices, new_test_ext, make_account, kill_account, TestIsDeadAccount};
use crate::mock::{Indices, new_test_ext, make_account, kill_account, TestIsDeadAccount};
use runtime_io::with_externalities;
#[test]