mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-04 22:19:10 +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:
		@ -224,7 +224,7 @@ impl std::fmt::Display for RoutableConnectorChoice {
 | 
			
		||||
        if let Some(mca_id) = &self.merchant_connector_id {
 | 
			
		||||
            return write!(f, "{}:{}", base, mca_id.get_string_repr());
 | 
			
		||||
        }
 | 
			
		||||
        write!(f, "{}", base)
 | 
			
		||||
        write!(f, "{base}")
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user