We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef23ac1 commit a7451d3Copy full SHA for a7451d3
ibc-testkit/src/integration/utils.rs
@@ -524,7 +524,6 @@ where
524
open_try_channel_event.chan_id_on_b().clone()
525
}
526
527
- #[allow(clippy::too_many_arguments)]
528
pub fn channel_open_ack_on_a(
529
ctx_a: &mut MockContext<A>,
530
ctx_b: &MockContext<B>,
@@ -814,7 +813,6 @@ where
814
813
write_ack_event.acknowledgement().clone()
815
816
817
818
pub fn packet_ack_on_a(
819
820
@@ -932,7 +930,6 @@ where
932
930
};
933
931
934
935
936
pub fn send_packet_on_a(
937
938
ctx_b: &mut MockContext<B>,
0 commit comments