mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 21:01:05 +00:00
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:
committed by
Bastian Köcher
parent
1d0049ee00
commit
7d8ae2df5c
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user