Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdlineluser committed Aug 7, 2023
1 parent da2a07f commit 609da16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-plan/src/logical_plan/projection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ fn replace_regex(
}
if regex.is_none() {
#[cfg(feature = "dtype-struct")]
if !replace_struct_wildcard(&expr, result, schema) {
if !replace_struct_wildcard(expr, result, schema) {
let expr = rewrite_special_aliases(expr.clone())?;
result.push(expr);
}
Expand Down

0 comments on commit 609da16

Please sign in to comment.