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?
The text was updated successfully, but these errors were encountered:
Both traits are in this crate, and it seems highly redundant to me to have
min_value()
andmax_value()
duplicated betweenFloatCore
andBounded
. Any objections to just havingtrait FloatCore: Bounded
?The text was updated successfully, but these errors were encountered: