Skip to content

Commit

Permalink
fix clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
reswqa committed Sep 25, 2023
1 parent 7d62441 commit 8f2d5bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/polars-plan/src/dsl/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,7 @@ impl Expr {
},
&[min, max],
false,
false,
)
}

Expand All @@ -860,6 +861,7 @@ impl Expr {
},
&[max],
false,
false,
)
}

Expand All @@ -873,6 +875,7 @@ impl Expr {
},
&[min],
false,
false,
)
}

Expand Down

0 comments on commit 8f2d5bd

Please sign in to comment.