mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +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:
		| @ -124,8 +124,8 @@ pub async fn construct_webhook_router_data<'a>( | ||||
| #[inline] | ||||
| pub(crate) fn get_idempotent_event_id( | ||||
|     primary_object_id: &str, | ||||
|     event_type: crate::types::storage::enums::EventType, | ||||
|     delivery_attempt: crate::types::storage::enums::WebhookDeliveryAttempt, | ||||
|     event_type: types::storage::enums::EventType, | ||||
|     delivery_attempt: types::storage::enums::WebhookDeliveryAttempt, | ||||
| ) -> String { | ||||
|     use crate::types::storage::enums::WebhookDeliveryAttempt; | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Chethan Rao
					Chethan Rao