mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
chore: add lints in workspace cargo config (#223)
This commit is contained in:
@ -86,7 +86,7 @@ impl<'de> serde::Deserialize<'de> for ListPaymentMethodRequest {
|
||||
impl<'de> de::Visitor<'de> for FieldVisitor {
|
||||
type Value = ListPaymentMethodRequest;
|
||||
|
||||
fn expecting(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Result {
|
||||
fn expecting(&self, formatter: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
formatter.write_str("Failed while deserializing as map")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user