chore: address Rust 1.79 clippy lints (#5003)

This commit is contained in:
Chethan Rao
2024-06-14 12:55:31 +05:30
committed by GitHub
parent 656fb3e09a
commit edf919e142
8 changed files with 1 additions and 26 deletions

View File

@ -317,6 +317,7 @@ impl std::fmt::Display for Order {
// "count",
// Order::Descending,
// )
#[allow(dead_code)]
#[derive(Debug)]
pub struct TopN {
pub columns: String,