mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
chore: address Rust 1.83.0 clippy lints and enable more clippy lints (#6705)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
use std::sync::Arc;
|
||||
|
||||
use diesel_models::{self as store};
|
||||
use diesel_models as store;
|
||||
use error_stack::ResultExt;
|
||||
use futures::lock::Mutex;
|
||||
use hyperswitch_domain_models::{
|
||||
|
||||
Reference in New Issue
Block a user