You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By pulling in `num-traits` as a direct dependency, we corrupt the
feature selection for anybody using `num-derive` too, which makes it
impossible to use on no-std targets. We really only need it for testing
as a dev-dependency though.
0 commit comments