mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
chore(router): clippy::use_self (#203)
This commit is contained in:
@ -16,7 +16,8 @@
|
||||
clippy::todo,
|
||||
clippy::unreachable,
|
||||
clippy::unwrap_in_result,
|
||||
clippy::unwrap_used
|
||||
clippy::unwrap_used,
|
||||
clippy::use_self
|
||||
)]
|
||||
#![recursion_limit = "256"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user