Skip to content

Commit

Permalink
feature gate helper
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Sep 27, 2024
1 parent 4d91143 commit 3aa09af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-core/src/chunked_array/comparison/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ impl ChunkCompareEq<&StructChunked> for StructChunked {
}
}

#[doc(hidden)]
#[cfg(feature = "dtype-array")]
fn _array_comparison_helper<F, B>(
lhs: &ArrayChunked,
rhs: &ArrayChunked,
Expand Down

0 comments on commit 3aa09af

Please sign in to comment.