mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 11:01:01 +00:00
Fix clippy warnings + try to enable proper (no-warning) clippy on CI (#1410)
* fix clippy warnings * try to reenable proper clippy on CI * fix clippy error * more Eqs * ignore clippy::derive-partial-eq-without-eq - clippy seems to be broken now :/
This commit is contained in:
committed by
Bastian Köcher
parent
542ebb5654
commit
7a92b40eab
@@ -100,6 +100,7 @@ impl SendMessage {
|
||||
),
|
||||
};
|
||||
let payload_len = payload.encode().len();
|
||||
#[allow(clippy::useless_conversion)]
|
||||
let send_message_call = Source::encode_send_message_call(
|
||||
self.lane.0,
|
||||
payload,
|
||||
|
||||
Reference in New Issue
Block a user