Skip to content

Commit

Permalink
Fix feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumiller committed Jan 7, 2025
1 parent c7b2915 commit 0b1a4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-plan/src/dsl/function_expr/cat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ impl From<CategoricalFunction> for SpecialEq<Arc<dyn ColumnsUdf>> {
literal,
strict,
} => map!(contains, pat.as_str(), literal, strict),
#[cfg(feature = "find_many")]
#[cfg(all(feature = "strings", feature = "find_many"))]
ContainsMany {
ascii_case_insensitive,
} => {
Expand Down

0 comments on commit 0b1a4c5

Please sign in to comment.