Skip to content

Commit

Permalink
Fix deprecation warnings in lazyframe/visitor/nodes.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bschoenmaeckers committed Dec 9, 2024
1 parent 6790fa5 commit 786ee5d
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 93 deletions.
1 change: 1 addition & 0 deletions crates/polars-python/src/lazyframe/visitor/expr_nodes.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(deprecated)]
#[cfg(feature = "iejoin")]
use polars::prelude::InequalityOperator;
use polars::series::ops::NullBehavior;
Expand Down
1 change: 0 additions & 1 deletion crates/polars-python/src/lazyframe/visitor/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#![allow(deprecated)]
pub mod expr_nodes;
pub mod nodes;
Loading

0 comments on commit 786ee5d

Please sign in to comment.