mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 20:23:43 +08:00
chore: address Rust 1.83.0 clippy lints and enable more clippy lints (#6705)
This commit is contained in:
@ -212,7 +212,7 @@ mod never {
|
||||
{
|
||||
struct NeverVisitor;
|
||||
|
||||
impl<'de> serde::de::Visitor<'de> for NeverVisitor {
|
||||
impl serde::de::Visitor<'_> for NeverVisitor {
|
||||
type Value = ();
|
||||
|
||||
fn expecting(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
|
||||
Reference in New Issue
Block a user