mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 20:23:43 +08:00
chore: address Rust 1.84.0 clippy lints (#7021)
This commit is contained in:
@ -288,10 +288,10 @@ impl std::fmt::Display for Op<'_> {
|
||||
}
|
||||
}
|
||||
|
||||
pub async fn decide_storage_scheme<'a, T, D>(
|
||||
pub async fn decide_storage_scheme<T, D>(
|
||||
store: &KVRouterStore<T>,
|
||||
storage_scheme: MerchantStorageScheme,
|
||||
operation: Op<'a>,
|
||||
operation: Op<'_>,
|
||||
) -> MerchantStorageScheme
|
||||
where
|
||||
D: de::DeserializeOwned
|
||||
|
||||
Reference in New Issue
Block a user