Skip to content

Commit

Permalink
new clippy rule
Browse files Browse the repository at this point in the history
  • Loading branch information
danking committed Oct 29, 2024
1 parent 86af40b commit f2ccd90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vortex-array/src/scalars.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
use std::collections::HashSet;

use itertools::Itertools as _;
use vortex_dtype::{match_each_native_ptype, DType};
use vortex_error::{vortex_bail, VortexExpect as _, VortexResult};
use vortex_scalar::{Scalar, ScalarValue};

use crate::aliases::hash_set::HashSet;
use crate::array::builder::VarBinBuilder;
use crate::array::{BoolArray, NullArray, PrimitiveArray};
use crate::{Array, IntoArray as _};
Expand Down

0 comments on commit f2ccd90

Please sign in to comment.