mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
chore: address Rust 1.75 clippy lints (#3231)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
//! Diesel-related.
|
||||
//!
|
||||
|
||||
pub use diesel::Expression;
|
||||
use diesel::{
|
||||
backend::Backend,
|
||||
deserialize::{self, FromSql, Queryable},
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
//!
|
||||
|
||||
pub use erased_serde::Serialize as ErasedSerialize;
|
||||
pub use serde::{de, ser, Deserialize, Serialize, Serializer};
|
||||
pub use serde::{de, Deserialize, Serialize, Serializer};
|
||||
use serde_json::{value::Serializer as JsonValueSerializer, Value};
|
||||
|
||||
use crate::{Secret, Strategy, StrongSecret, ZeroizableSecret};
|
||||
|
||||
Reference in New Issue
Block a user