mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 03:27:58 +00:00
Fix warnings and make CI working again (#4469)
* Fix warnings and make CI working again * Fix test
This commit is contained in:
committed by
Arkadiy Paronyan
parent
7d4c6354df
commit
bfad5f3ffc
@@ -86,7 +86,7 @@ macro_rules! decl_error {
|
||||
pub enum $error<$generic: $trait $(, $inst_generic: $instance)?> {
|
||||
#[doc(hidden)]
|
||||
__Ignore(
|
||||
$crate::sp_std::marker::PhantomData<($generic $(, $inst_generic)?)>,
|
||||
$crate::sp_std::marker::PhantomData<($generic, $( $inst_generic)?)>,
|
||||
$crate::dispatch::Never,
|
||||
),
|
||||
$(
|
||||
|
||||
Reference in New Issue
Block a user