chore: address Rust 1.83.0 clippy lints and enable more clippy lints (#6705)

This commit is contained in:
Sanchith Hegde
2024-12-02 20:00:44 +05:30
committed by GitHub
parent 797a0db773
commit 9a59d0a5ff
139 changed files with 147 additions and 417 deletions

View File

@ -549,8 +549,6 @@ pub fn payments_incremental_authorization() {}
pub fn payments_external_authentication() {}
/// Payments - Complete Authorize
///
///
#[utoipa::path(
post,
path = "/{payment_id}/complete_authorize",
@ -569,8 +567,6 @@ pub fn payments_external_authentication() {}
pub fn payments_complete_authorize() {}
/// Dynamic Tax Calculation
///
///
#[utoipa::path(
post,
path = "/payments/{payment_id}/calculate_tax",
@ -587,8 +583,6 @@ pub fn payments_complete_authorize() {}
pub fn payments_dynamic_tax_calculation() {}
/// Payments - Post Session Tokens
///
///
#[utoipa::path(
post,
path = "/payments/{payment_id}/post_session_tokens",

View File

@ -68,7 +68,6 @@ pub async fn routing_link_config() {}
/// Routing - Retrieve
///
/// Retrieve a routing algorithm
#[utoipa::path(
get,
path = "/routing/{routing_algorithm_id}",
@ -91,7 +90,6 @@ pub async fn routing_retrieve_config() {}
/// Routing - Retrieve
///
/// Retrieve a routing algorithm with its algorithm id
#[utoipa::path(
get,
path = "/v2/routing-algorithm/{id}",