Skip to content

Commit

Permalink
fix feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Feb 21, 2024
1 parent 7d60625 commit add4616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/src/gpu/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit add4616

Please sign in to comment.