mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 23:51:05 +00:00
Fix 1.89 clippy warnings (#2055)
* Fix 1.89 clippy warnings * WASM lightclient clippy fixes too
This commit is contained in:
+1
-1
@@ -339,7 +339,7 @@ impl<T: Config> EventDetails<T> {
|
||||
}
|
||||
|
||||
/// Fetch details from the metadata for this event.
|
||||
pub fn event_metadata(&self) -> EventMetadataDetails {
|
||||
pub fn event_metadata(&self) -> EventMetadataDetails<'_> {
|
||||
let pallet = self
|
||||
.metadata
|
||||
.pallet_by_index(self.pallet_index())
|
||||
|
||||
Reference in New Issue
Block a user