mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
chore: address Rust 1.83.0 clippy lints and enable more clippy lints (#6705)
This commit is contained in:
@ -5,7 +5,7 @@ use quote::{quote, ToTokens};
|
||||
use strum::IntoEnumIterator;
|
||||
use syn::{self, parse::Parse, DeriveInput};
|
||||
|
||||
use crate::macros::helpers::{self};
|
||||
use crate::macros::helpers;
|
||||
|
||||
#[derive(Debug, Clone, Copy, strum::EnumString, strum::EnumIter, strum::Display)]
|
||||
#[strum(serialize_all = "snake_case")]
|
||||
|
||||
Reference in New Issue
Block a user