mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 11:06:50 +08:00
chore: address Rust 1.79 clippy lints (#5003)
This commit is contained in:
@ -317,6 +317,7 @@ impl std::fmt::Display for Order {
|
||||
// "count",
|
||||
// Order::Descending,
|
||||
// )
|
||||
#[allow(dead_code)]
|
||||
#[derive(Debug)]
|
||||
pub struct TopN {
|
||||
pub columns: String,
|
||||
|
||||
Reference in New Issue
Block a user