mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-07 17:48:01 +00:00
Generate dispatch code from macro impl_stubs.
This commit is contained in:
@@ -32,9 +32,6 @@ extern crate polkadot_primitives;
|
||||
extern crate polkadot_executor as executor;
|
||||
extern crate native_runtime;
|
||||
|
||||
#[cfg(test)]
|
||||
#[macro_use]
|
||||
extern crate hex_literal;
|
||||
#[macro_use]
|
||||
extern crate clap;
|
||||
#[macro_use]
|
||||
@@ -42,14 +39,6 @@ extern crate error_chain;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
// TODO: move into own crate.
|
||||
#[cfg(test)]
|
||||
macro_rules! map {
|
||||
($( $name:expr => $value:expr ),*) => (
|
||||
vec![ $( ( $name, $value ) ),* ].into_iter().collect()
|
||||
)
|
||||
}
|
||||
|
||||
pub mod error;
|
||||
|
||||
/// Parse command line arguments and start the node.
|
||||
|
||||
Reference in New Issue
Block a user