Skip to content

Commit a7451d3

Browse files
committed
rm redundant lint filters
1 parent ef23ac1 commit a7451d3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ibc-testkit/src/integration/utils.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,6 @@ where
524524
open_try_channel_event.chan_id_on_b().clone()
525525
}
526526

527-
#[allow(clippy::too_many_arguments)]
528527
pub fn channel_open_ack_on_a(
529528
ctx_a: &mut MockContext<A>,
530529
ctx_b: &MockContext<B>,
@@ -814,7 +813,6 @@ where
814813
write_ack_event.acknowledgement().clone()
815814
}
816815

817-
#[allow(clippy::too_many_arguments)]
818816
pub fn packet_ack_on_a(
819817
ctx_a: &mut MockContext<A>,
820818
ctx_b: &MockContext<B>,
@@ -932,7 +930,6 @@ where
932930
};
933931
}
934932

935-
#[allow(clippy::too_many_arguments)]
936933
pub fn send_packet_on_a(
937934
ctx_a: &mut MockContext<A>,
938935
ctx_b: &mut MockContext<B>,

0 commit comments

Comments
 (0)