We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582a975 commit 4d949e9Copy full SHA for 4d949e9
vortex-scalar/src/pvalue.rs
@@ -513,14 +513,12 @@ impl CoercePValue for f64 {
513
}
514
515
#[cfg(test)]
516
-#[allow(clippy::disallowed_types)]
517
mod test {
518
use std::cmp::Ordering;
519
- use std::collections::HashSet;
520
521
- use num_traits::FromPrimitive;
522
use vortex_dtype::half::f16;
523
use vortex_dtype::{FromPrimitiveOrF16, PType, ToBytes};
+ use vortex_utils::aliases::hash_set::HashSet;
524
525
use crate::PValue;
526
use crate::pvalue::CoercePValue;
0 commit comments