mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
chore: address Rust 1.67 clippy lints (#465)
This commit is contained in:
@ -111,5 +111,5 @@ pub(crate) fn get_stream_key_flag(store: Arc<services::Store>, stream_index: u8)
|
||||
}
|
||||
|
||||
pub(crate) fn get_drainer_stream_name(store: Arc<services::Store>, stream_index: u8) -> String {
|
||||
store.drainer_stream(format!("shard_{}", stream_index).as_str())
|
||||
store.drainer_stream(format!("shard_{stream_index}").as_str())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user