Skip to content

Commit

Permalink
fix feature-gating (map)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-beedie committed Jul 30, 2024
1 parent 6e52aed commit 33e3711
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/polars-plan/src/dsl/function_expr/binary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
use serde::{Deserialize, Serialize};

use super::*;
#[cfg(feature = "binary_encoding")]
use crate::map;
use crate::map_as_slice;
use crate::{map, map_as_slice};

#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
#[derive(Clone, PartialEq, Debug, Eq, Hash)]
Expand Down

0 comments on commit 33e3711

Please sign in to comment.