Skip to content

Commit

Permalink
feature gate datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Sep 13, 2024
1 parent 801dfe0 commit 834ec50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/polars-core/src/fmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,7 @@ fn fmt_float<T: Num + NumCast>(f: &mut Formatter<'_>, width: usize, v: T) -> fmt
}
}

#[cfg(feature = "dtype-datetime")]
fn fmt_datetime(
f: &mut Formatter<'_>,
v: i64,
Expand Down

0 comments on commit 834ec50

Please sign in to comment.