use the map! macro instead of defining it all over the place (#867)

* remove one map implementation in test

* remove one map macro

* remove one map macro

* remove one map macro
This commit is contained in:
guanqun
2018-10-03 20:22:58 +08:00
committed by Gav Wood
parent d14700f7b6
commit 35f3fe7e77
6 changed files with 4 additions and 29 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ extern crate sr_version as runtime_version;
extern crate hex_literal;
#[cfg(test)]
extern crate substrate_keyring as keyring;
#[cfg_attr(test, macro_use)]
#[cfg_attr(any(feature = "std", test), macro_use)]
extern crate substrate_primitives as primitives;
#[cfg(feature = "std")] pub mod genesismap;