mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-04 05:59:48 +08:00 
			
		
		
		
	chore: address Rust 1.88.0 clippy lints (#8498)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		@ -114,7 +114,7 @@ impl TryFrom<Connector> for PayoutConnectors {
 | 
			
		||||
            Connector::Paypal => Ok(Self::Paypal),
 | 
			
		||||
            Connector::Stripe => Ok(Self::Stripe),
 | 
			
		||||
            Connector::Wise => Ok(Self::Wise),
 | 
			
		||||
            _ => Err(format!("Invalid payout connector {}", value)),
 | 
			
		||||
            _ => Err(format!("Invalid payout connector {value}")),
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user