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:
James Wilson
2022-08-12 15:38:06 +01:00
committed by GitHub
parent a3ea12663e
commit 2fe9a1446d
6 changed files with 56 additions and 10 deletions
+1 -1
View File
@@ -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")]