Skip to content

Commit

Permalink
conrad over clippy (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: suryapandian <surya.pandian@truelayer.com>
  • Loading branch information
suryapandian committed May 2, 2024
1 parent 36bca96 commit be721ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/all/consumers/handlers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ async fn message_id_and_timestamp_not_replaced_when_provided() {

struct TestHandler;
#[async_trait]
#[allow(clippy::assigning_clones)]
impl Handler for TestHandler {
type Error = ();
type Context = Context;
Expand Down

0 comments on commit be721ff

Please sign in to comment.