Skip to content

Commit

Permalink
Allow the LoggingDeadLetterQueue to pass the dead code lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Aug 10, 2024
1 parent 21778d6 commit 5a1c05e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dead_letters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ impl DeadLetterQueue for NoopDeadLetterQueue {
/// Implementation of the [DeadLetterQueue] trait that writes dead letter content as warn logs.
/// This implementation is currently only intended for debug development usage.
/// Be mindful of your PII when using this implementation.
#[allow(dead_code)]
pub(crate) struct LoggingDeadLetterQueue {}

#[async_trait]
Expand Down

0 comments on commit 5a1c05e

Please sign in to comment.