mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
chore: address Rust 1.78 clippy lints (#4545)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -217,7 +217,7 @@ impl<T: DatabaseStore> KVRouterStore<T> {
|
||||
partition_key: redis::kv_store::PartitionKey<'_>,
|
||||
) -> error_stack::Result<(), RedisError>
|
||||
where
|
||||
R: crate::redis::kv_store::KvStorePartition,
|
||||
R: redis::kv_store::KvStorePartition,
|
||||
{
|
||||
let global_id = format!("{}", partition_key);
|
||||
let request_id = self.request_id.clone().unwrap_or_default();
|
||||
|
||||
Reference in New Issue
Block a user