mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-25 03:41:08 +00:00
Fix 1.89 clippy warnings (#2055)
* Fix 1.89 clippy warnings * WASM lightclient clippy fixes too
This commit is contained in:
@@ -118,7 +118,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<'_> {
|
||||
self.inner.event_metadata()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user