chore(router): clippy::use_self (#203)

This commit is contained in:
kos-for-juspay
2022-12-22 06:50:53 +01:00
committed by GitHub
parent 939827da8f
commit e044451a4b
28 changed files with 336 additions and 380 deletions

View File

@ -16,7 +16,8 @@
clippy::todo,
clippy::unreachable,
clippy::unwrap_in_result,
clippy::unwrap_used
clippy::unwrap_used,
clippy::use_self
)]
#![recursion_limit = "256"]