Skip to content

Commit 42267ef

Browse files
author
Marshall Crumiller
committed
Feature-gate ClosedWindow
1 parent 96a2d01 commit 42267ef

File tree

1 file changed

+1
-0
lines changed
  • crates/polars-plan/src/dsl/functions

1 file changed

+1
-0
lines changed

crates/polars-plan/src/dsl/functions/range.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
use polars_ops::series::ClosedInterval;
2+
#[cfg(feature = "temporal")]
23
use polars_time::ClosedWindow;
34

45
use super::*;

0 commit comments

Comments
 (0)