Skip to content

Commit

Permalink
Minor: remove unecessary clippy allow (apache#4008)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored and Dandandan committed Nov 5, 2022
1 parent 964a00a commit 22a73be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/core/tests/user_defined_plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,6 @@ fn remove_lowest_value(top_values: &mut BTreeMap<i64, String>) {
}
}

#[allow(clippy::unnecessary_wraps)]
fn accumulate_batch(
input_batch: &RecordBatch,
mut top_values: BTreeMap<i64, String>,
Expand Down

0 comments on commit 22a73be

Please sign in to comment.