Skip to content

Commit

Permalink
appeases clippy once again
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTroyUWO committed Sep 20, 2023
1 parent 1069522 commit f5ed5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-plan/src/logical_plan/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ pub enum LogicalPlan {

impl PartialEq for LogicalPlan {
fn eq(&self, _other: &LogicalPlan) -> bool {
return false;
false
}
}

Expand Down

0 comments on commit f5ed5b7

Please sign in to comment.