Skip to content

Commit 4d949e9

Browse files
committed
rename as_primitive -> cast
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 582a975 commit 4d949e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vortex-scalar/src/pvalue.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -513,14 +513,12 @@ impl CoercePValue for f64 {
513513
}
514514

515515
#[cfg(test)]
516-
#[allow(clippy::disallowed_types)]
517516
mod test {
518517
use std::cmp::Ordering;
519-
use std::collections::HashSet;
520518

521-
use num_traits::FromPrimitive;
522519
use vortex_dtype::half::f16;
523520
use vortex_dtype::{FromPrimitiveOrF16, PType, ToBytes};
521+
use vortex_utils::aliases::hash_set::HashSet;
524522

525523
use crate::PValue;
526524
use crate::pvalue::CoercePValue;

0 commit comments

Comments
 (0)