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 a5728a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/processor/src/processors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ 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(elided_named_lifetimes)]
async fn get_conn(&self) -> DbPoolConnection {
let pool = self.connection_pool();
loop {
Expand Down

0 comments on commit a5728a8

Please sign in to comment.