mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
chore: address Rust 1.83.0 clippy lints and enable more clippy lints (#6705)
This commit is contained in:
@ -92,7 +92,6 @@ pub struct ConditionalConfigReq {
|
||||
pub algorithm: Option<Program<ConditionalConfigs>>,
|
||||
}
|
||||
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize)]
|
||||
|
||||
pub struct DecisionManagerRequest {
|
||||
pub name: Option<String>,
|
||||
pub program: Option<Program<ConditionalConfigs>>,
|
||||
|
||||
Reference in New Issue
Block a user