mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
chore: address Rust 1.78 clippy lints (#4545)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -33,7 +33,7 @@ pub enum SetMetaDataRequest {
|
||||
pub struct ProductionAgreementRequest {
|
||||
pub version: String,
|
||||
#[serde(skip_deserializing)]
|
||||
pub ip_address: Option<Secret<String, common_utils::pii::IpAddress>>,
|
||||
pub ip_address: Option<Secret<String, pii::IpAddress>>,
|
||||
}
|
||||
|
||||
#[derive(Debug, serde::Deserialize, serde::Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user