mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
chore: address Rust 1.88.0 clippy lints (#8498)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -107,7 +107,7 @@ impl std::fmt::Display for AnalyticsProvider {
|
||||
Self::CombinedSqlx(_, _) => "CombinedSqlx",
|
||||
};
|
||||
|
||||
write!(f, "{}", analytics_provider)
|
||||
write!(f, "{analytics_provider}")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user