faer-rs icon indicating copy to clipboard operation
faer-rs copied to clipboard

faer doesn't compile without default features

Open DCNick3 opened this issue 1 year ago • 0 comments

Describe the bug faer doesn't compile when using default-features = false, because it tries to reference npyz crate without checking for the npy feature.

To Reproduce cargo check --no-default-features --features std

DCNick3 avatar Feb 20 '25 18:02 DCNick3