mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +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
@@ -240,7 +240,7 @@ impl Metadata {
|
||||
}
|
||||
|
||||
/// Obtain a unique hash representing this metadata or specific parts of it.
|
||||
pub fn hasher(&self) -> MetadataHasher {
|
||||
pub fn hasher(&self) -> MetadataHasher<'_> {
|
||||
MetadataHasher::new(self)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user