File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ default-features = false
29
29
```
30
30
31
31
The ` Float ` and ` Real ` traits are only available when either ` std ` or ` libm ` is enabled.
32
- The ` libm ` feature is only available with Rust 1.31 and later ([ see PR #99 ] ( https://github.com/rust-num/num-traits/pull/99 ) ).
33
32
34
33
The ` FloatCore ` trait is always available. ` MulAdd ` and ` MulAddAssign ` for ` f32 `
35
34
and ` f64 ` also require ` std ` or ` libm ` , as do implementations of signed and floating-
Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ if ! check_version $MSRV ; then
27
27
exit 1
28
28
fi
29
29
30
- FEATURES=()
31
- check_version 1.27 && FEATURES+=(libm)
30
+ FEATURES=(libm)
32
31
echo " Testing supported features: ${FEATURES[*]} "
33
32
34
33
set -x
You can’t perform that action at this time.
0 commit comments