mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
chore: address Rust 1.72 clippy lints (#2099)
This commit is contained in:
@ -9,7 +9,7 @@ pub type PgPool = bb8::Pool<async_bb8_diesel::ConnectionManager<PgConnection>>;
|
||||
|
||||
pub type PgPooledConn = async_bb8_diesel::Connection<PgConnection>;
|
||||
|
||||
///
|
||||
/// Creates a Redis connection pool for the specified Redis settings
|
||||
/// # Panics
|
||||
///
|
||||
/// Panics if failed to create a redis pool
|
||||
|
||||
Reference in New Issue
Block a user