Skip to content

Commit

Permalink
rm redundant lint filters
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Mar 29, 2024
1 parent ef23ac1 commit a7451d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ibc-testkit/src/integration/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,6 @@ where
open_try_channel_event.chan_id_on_b().clone()
}

#[allow(clippy::too_many_arguments)]
pub fn channel_open_ack_on_a(
ctx_a: &mut MockContext<A>,
ctx_b: &MockContext<B>,
Expand Down Expand Up @@ -814,7 +813,6 @@ where
write_ack_event.acknowledgement().clone()
}

#[allow(clippy::too_many_arguments)]
pub fn packet_ack_on_a(
ctx_a: &mut MockContext<A>,
ctx_b: &MockContext<B>,
Expand Down Expand Up @@ -932,7 +930,6 @@ where
};
}

#[allow(clippy::too_many_arguments)]
pub fn send_packet_on_a(
ctx_a: &mut MockContext<A>,
ctx_b: &mut MockContext<B>,
Expand Down

0 comments on commit a7451d3

Please sign in to comment.