Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
clippy fix
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 6066381 commit 3e3ce14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/consumers/hooks/pre_start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ impl ExchangeSetup for ExistingExchange {
pub struct WithDeadLetterQueue<H: ConsumerPreStartHook>(pub H);

#[async_trait::async_trait]
#[allow(unused_doc_comments)]
impl<E: ConsumerPreStartHook> ConsumerPreStartHook for WithDeadLetterQueue<E> {
async fn run(
&self,
Expand Down

0 comments on commit 3e3ce14

Please sign in to comment.