diff --git a/crates/polars-plan/src/plans/conversion/expr_expansion.rs b/crates/polars-plan/src/plans/conversion/expr_expansion.rs index bd3375fcf70d..27aa6bdb6a89 100644 --- a/crates/polars-plan/src/plans/conversion/expr_expansion.rs +++ b/crates/polars-plan/src/plans/conversion/expr_expansion.rs @@ -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,