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
Yeah, it's kind of weird because we don't really have derive(Add) etc., just derive(NumOps) which really implies the necessary ops. At least NumOps is specific to num-traits, but maybe we could also break out derives for all of the individual ops. It's a little bit of scope creep, but still in the general num domain.
These are equally straight forward as the other numeric impls, I'm guessing there just wasn't any need for these derives so far?
The text was updated successfully, but these errors were encountered: