Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenyang007 committed Sep 17, 2024
1 parent 84c01c1 commit 51397d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/processor/src/processors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ pub trait ProcessorTrait: Send + Sync + Debug {

/// Gets the connection.
/// If it was unable to do so (default timeout: 30s), it will keep retrying until it can.
#[allow(unknown_lints)]
#[allow(elided_named_lifetimes)]
async fn get_conn(&self) -> DbPoolConnection {
let pool = self.connection_pool();
Expand Down

0 comments on commit 51397d4

Please sign in to comment.