mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
chore: address Rust 1.90.0 clippy lints (#9511)
This commit is contained in:
@ -112,7 +112,7 @@ where
|
||||
fn encode_by_ref(
|
||||
&self,
|
||||
buf: &mut PgArgumentBuffer,
|
||||
) -> Result<sqlx::encode::IsNull, Box<(dyn std::error::Error + Send + Sync + 'static)>> {
|
||||
) -> Result<sqlx::encode::IsNull, Box<dyn std::error::Error + Send + Sync + 'static>> {
|
||||
<String as Encode<'q, Postgres>>::encode(self.0.to_string(), buf)
|
||||
}
|
||||
fn size_hint(&self) -> usize {
|
||||
|
||||
Reference in New Issue
Block a user