mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 11:41:02 +00:00
Tweak 0.23 notes and add another test for events (#618)
* Tweak 0.23 notes and add another test for events * Address new Eq clippy lint
This commit is contained in:
@@ -25,7 +25,7 @@ use std::{
|
||||
};
|
||||
|
||||
/// Metadata error originated from inspecting the internal representation of the runtime metadata.
|
||||
#[derive(Debug, thiserror::Error, PartialEq)]
|
||||
#[derive(Debug, thiserror::Error, PartialEq, Eq)]
|
||||
pub enum MetadataError {
|
||||
/// Module is not in metadata.
|
||||
#[error("Pallet not found")]
|
||||
|
||||
Reference in New Issue
Block a user