diff --git a/math/src/gpu/mod.rs b/math/src/gpu/mod.rs index c0492c052..a19c098b2 100644 --- a/math/src/gpu/mod.rs +++ b/math/src/gpu/mod.rs @@ -7,5 +7,5 @@ If you were using the `--all-features` flag please read this crate's Cargo.toml" #[cfg(feature = "cuda")] pub mod cuda; -#[cfg(all(feature = "icicle", feature = "alloc"))] +#[cfg(feature = "icicle")] pub mod icicle;