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
Both traits are in this crate, and it seems highly redundant to me to have min_value() and max_value() duplicated between FloatCore and Bounded. Any objections to just having trait FloatCore: Bounded?