mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
remove unused nodecode in impl_stubs (#895)
This commit is contained in:
@@ -16,9 +16,9 @@ use runtime_io::{
|
||||
};
|
||||
|
||||
macro_rules! impl_stubs {
|
||||
( $( $new_name:ident $($nodecode:ident)* => $invoke:expr ),* ) => {
|
||||
( $( $new_name:ident => $invoke:expr ),* ) => {
|
||||
$(
|
||||
impl_stubs!(@METHOD $new_name $($nodecode)* => $invoke);
|
||||
impl_stubs!(@METHOD $new_name => $invoke);
|
||||
)*
|
||||
};
|
||||
( @METHOD $new_name:ident => $invoke:expr ) => {
|
||||
|
||||
Reference in New Issue
Block a user