mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +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:
@ -143,7 +143,7 @@ where
|
||||
) {
|
||||
Ok(rendered_html) => api::http_response_html_data(rendered_html, None),
|
||||
Err(_) => {
|
||||
api::http_response_err(format!("Error while rendering {} HTML page", link_type))
|
||||
api::http_response_err(format!("Error while rendering {link_type} HTML page"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user