Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenyang007 authored and yuunlimm committed Sep 23, 2024
1 parent e767487 commit 8b30819
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 8b30819

Please sign in to comment.