mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
chore: address Rust 1.83.0 clippy lints and enable more clippy lints (#6705)
This commit is contained in:
@ -3,8 +3,6 @@
|
||||
//! The folder provides generic functions for providing serialization
|
||||
//! and deserialization while calling redis.
|
||||
//! It also includes instruments to provide tracing.
|
||||
//!
|
||||
//!
|
||||
|
||||
use std::fmt::Debug;
|
||||
|
||||
|
||||
@ -1,6 +1,4 @@
|
||||
//!
|
||||
//! Errors specific to this custom redis interface
|
||||
//!
|
||||
|
||||
#[derive(Debug, thiserror::Error, PartialEq)]
|
||||
pub enum RedisError {
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
//!
|
||||
//! Data types and type conversions
|
||||
//! from `fred`'s internal data-types to custom data-types
|
||||
//!
|
||||
|
||||
use common_utils::errors::CustomResult;
|
||||
use fred::types::RedisValue as FredRedisValue;
|
||||
|
||||
Reference in New Issue
Block a user