Skip to content

Commit

Permalink
Gate a use statement by algorithm_group_by instead of rows (pola-rs#1…
Browse files Browse the repository at this point in the history
…1374)

Signed-off-by: Randy Barlow <[email protected]>
  • Loading branch information
bowlofeggs authored Sep 28, 2023
1 parent e30aac6 commit 7c2098c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-core/src/series/series_trait.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub(crate) mod private {
use super::*;
use crate::chunked_array::ops::compare_inner::{PartialEqInner, PartialOrdInner};
use crate::chunked_array::Settings;
#[cfg(feature = "rows")]
#[cfg(feature = "algorithm_group_by")]
use crate::frame::group_by::GroupsProxy;

pub trait PrivateSeriesNumeric {
Expand Down

0 comments on commit 7c2098c

Please sign in to comment.