Skip to content

Commit

Permalink
linspace call requires std
Browse files Browse the repository at this point in the history
  • Loading branch information
akern40 committed Oct 24, 2024
1 parent a223de2 commit 8c60dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/azip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ fn test_azip2_sum()
}

#[test]
#[cfg(feature = "approx")]
#[cfg(all(feature = "approx", feature = "std"))]
fn test_azip3_slices()
{
use approx::assert_abs_diff_eq;
Expand Down

0 comments on commit 8c60dba

Please sign in to comment.