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
2929```
3030
3131The ` 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 ) ).
3332
3433The ` FloatCore ` trait is always available. ` MulAdd ` and ` MulAddAssign ` for ` f32 `
3534and ` 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
2727 exit 1
2828fi
2929
30- FEATURES=()
31- check_version 1.27 && FEATURES+=(libm)
30+ FEATURES=(libm)
3231echo " Testing supported features: ${FEATURES[*]} "
3332
3433set -x
You can’t perform that action at this time.
0 commit comments