mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	chore: address Rust 1.70 clippy lints (#1334)
This commit is contained in:
		| @ -95,7 +95,7 @@ impl ConnectorCommon for Nexinets { | ||||
|             .parse_struct("NexinetsErrorResponse") | ||||
|             .change_context(errors::ConnectorError::ResponseDeserializationFailed)?; | ||||
|  | ||||
|         let errors = response.errors.clone(); | ||||
|         let errors = response.errors; | ||||
|         let mut message = String::new(); | ||||
|         let mut static_message = String::new(); | ||||
|         for error in errors.iter() { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sanchith Hegde
					Sanchith Hegde