From a2d6ae98e12be661f1f893e3ab06d5a40cd0f082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Thu, 19 Sep 2024 10:56:07 +0100 Subject: [PATCH] clippy fix --- crates/sdk/src/masp.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/sdk/src/masp.rs b/crates/sdk/src/masp.rs index 81440735da..5f5962fbf2 100644 --- a/crates/sdk/src/masp.rs +++ b/crates/sdk/src/masp.rs @@ -142,6 +142,7 @@ async fn get_indexed_masp_events_at_height( if tx_index >= first_idx_to_query { // Extract the references to the correct masp sections + #[allow(clippy::disallowed_methods)] let masp_refs = MaspTxBatchRefsAttr::read_from_event_attributes( &event.attributes,