mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	chore: address Rust 1.80 clippy lints (#5447)
This commit is contained in:
		| @ -145,20 +145,6 @@ impl_api_event_type!( | ||||
|     ) | ||||
| ); | ||||
|  | ||||
| #[cfg(feature = "stripe")] | ||||
| impl_api_event_type!( | ||||
|     Miscellaneous, | ||||
|     ( | ||||
|         StripeSetupIntentResponse, | ||||
|         StripeRefundResponse, | ||||
|         StripePaymentIntentListResponse, | ||||
|         StripePaymentIntentResponse, | ||||
|         CustomerDeleteResponse, | ||||
|         CustomerPaymentMethodListResponse, | ||||
|         CreateCustomerResponse | ||||
|     ) | ||||
| ); | ||||
|  | ||||
| impl<T> ApiEventMetric for MetricsResponse<T> { | ||||
|     fn get_api_event_type(&self) -> Option<ApiEventsType> { | ||||
|         Some(ApiEventsType::Miscellaneous) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Chethan Rao
					Chethan Rao