diff --git a/crates/qroissant-kernels/src/temporal.rs b/crates/qroissant-kernels/src/temporal.rs index 85c90a9..fbc0af8 100644 --- a/crates/qroissant-kernels/src/temporal.rs +++ b/crates/qroissant-kernels/src/temporal.rs @@ -8,7 +8,6 @@ //! Each transform function uses `portable_simd` for the aligned middle of the //! slice and falls back to a scalar loop for the head and tail. -use std::simd::Select; use std::simd::prelude::*; use crate::nulls::Q_NULL_DATE;