mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +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:
@ -514,6 +514,8 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
)),
|
||||
modifiers(&SecurityAddon)
|
||||
)]
|
||||
// Bypass clippy lint for not being constructed
|
||||
#[allow(dead_code)]
|
||||
pub struct ApiDoc;
|
||||
|
||||
struct SecurityAddon;
|
||||
|
||||
Reference in New Issue
Block a user