Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Nov 17, 2024
1 parent e40610d commit fa982fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/polars-plan/src/plans/conversion/expr_expansion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,9 @@ This means there was an operation of which the output data type could not be det
Try setting the output data type for that operation.",
);
for e in input[0].into_iter() {
#[allow(clippy::single_match)]
match e {
#[cfg(feature = "list_to_struct")]
Expr::Function {
input: _,
function,
Expand Down

0 comments on commit fa982fe

Please sign in to comment.